Delete a project from a CI/CD job token allowlist
DELETE
/api/v4/projects/{id}/job_token_scope/allowlist/{target_project_id}
Deletes a project 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_project_id
required
integer
ID of the project to be removed from the allowlist
Example
2Responses
Section titled “Responses”No Content
Bad Request
Unauthorized
Forbidden
Not found