Github API - Test Config

DELETE /repos/{owner}/{repo}/actions/caches
actions
repos

Deletes one or more GitHub Actions caches for a repository, using a complete cache key. By default, all caches that match the provided key are deleted, but you can optionally provide a Git ref to restrict deletions to caches that match both the provided key and the Git ref.

You must authenticate using an access token with the repo scope to use this endpoint.

GitHub Apps must have the actions:write permission to use this endpoint.
Delete GitHub Actions caches for a repository (using a cache key)

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key actions-cache-key-required

actions-cache-key-required [scalar]

A key for identifying the cache.

API:
Github Open API
(version: 1.1.4)

key git-ref

git-ref [scalar]

The Git reference for the results you want to list. The ref for a branch can be formatted either as refs/heads/<branch name> or simply <branch name>. To reference a pull request use refs/pull/<number>/merge.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json actions-cache-list

actions-cache-list [object]

Repository actions caches

Attributes
actions_caches 1913 []

total_count integer

Total number of caches

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)