Delete a group from a CI/CD job token allowlist
DELETE
/api/v4/projects/{id}/job_token_scope/groups_allowlist/{target_group_id}
Deletes a group from the CI/CD job token allowlist of a specified project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
ID of user project
Example
1target_group_id
required
integer
ID of the group to be removed from the allowlist
Example
2Responses
Section titled “Responses”No Content
Bad Request
Unauthorized
Forbidden
Not found