DevZero Logo
DevZero

Delete a GitHub runner scale set installation

Deletes a specific GitHub runner scale set installation for a team

DELETE
/github/runners/teams/{team_id}/scale_set_installations/{scale_set_installation_id}
/github/runners/teams/{team_id}/scale_set_installations/{scale_set_installation_id}

Path Parameters

team_id
Required
string

team id

scale_set_installation_id
Required
string

ID of the scale set installation to delete

Header Parameters

Authorization
Required
string

sub claim pulled from the JWT that derives the user ID

curl -X DELETE "https://api.devzero.io/backend/v0/github/runners/teams/string/scale_set_installations/string" \
  -H "Authorization: string"

No Content