Github API - Test Config

DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels
actions
repos

Remove all custom labels from a self-hosted runner configured in a
repository. Returns the remaining read-only labels from the runner.

You must authenticate using an access token with the repo scope to use this
endpoint.
Remove all custom labels from a self-hosted runner for a repository

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 runner-id

runner-id [scalar]

Unique identifier of the self-hosted runner.

API:
Github Open API
(version: 1.1.4)

Returns
200 actions_runner_labels_readonly

actions_runner_labels_readonly [scalar]

Response

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

not_found [scalar]

Resource not found

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