Github API - Test Config

DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}
orgs
actions

Remove a custom label from a self-hosted runner configured
in an organization. Returns the remaining labels from the runner.

This endpoint returns a 404 Not Found status if the custom label is not
present on the runner.

You must authenticate using an access token with the admin:org scope to use this endpoint.
Remove a custom label from a self-hosted runner for an organization

Arguments
key org

org [scalar]

The organization name. 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)

key runner-label-name

runner-label-name [scalar]

The name of a self-hosted runner's custom label.

API:
Github Open API
(version: 1.1.4)

Returns
200 actions_runner_labels

actions_runner_labels [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)
422 validation_failed_simple

validation_failed_simple [scalar]

Validation failed, or the endpoint has been spammed.

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