Forgejo API
DELETE/admin/actions/runners/{runner_id}

Delete an Action runner

Deletes a specific Action runner regardless of whether it is global or scoped to an organization, user, or repository. Supply runner_id to identify the runner to remove. A successful response contains no body.

1 parameter
runner_idstringrequired
The identifier of the Action runner to delete.

3 status codes
204Returns no content after the runner has been deleted.
400Returned when `runner_id` has an invalid format.
messagestringoptional
urlstringoptional
404Returned when no runner exists with the supplied `runner_id`.
errorsarray<string>optional
messagestringoptional
urlstringoptional

Error handling

A 400 is returned when runner_id has an invalid format. A 404 is returned when no runner exists with the supplied runner_id. runner_id must identify the runner you intend to delete.