provider actions DELETE /orgs/{org}/actions/hosted-runners/{hosted_runner_id}
@utdk/github /orgs/{org}/actions/hosted-runners/{hosted_runner_id}
Delete a GitHub-hosted runner for an organization
Deletes a GitHub-hosted runner for an organization.
org path required
The organization name. The name is not case sensitive.
string
hosted_runner_id path required
Unique identifier of the GitHub-hosted runner.
integer

Try it

Authentication
Configure credentials for GitHub v3 REST API
actions.deleteHostedRunnerForOrg
DELETE/orgs/{org}/actions/hosted-runners/{hosted_runner_id}
Deletes a GitHub-hosted runner for an organization.

Parameters

required

The organization name. The name is not case sensitive.

required

Unique identifier of the GitHub-hosted runner.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.actions.deleteHostedRunnerForOrg()