Skip to content

API endpoint for deleting group deploy tokens

Steve Abrams requested to merge 21811-group-delete-deploy-token into master

What does this MR do?

Adds an API endpoint DELETE /api/v4/groups/:id/deploy_tokens/:token_id to delete a deploy token from a project. User must have at least maintainer access on the project to use this endpoint.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related #21811 (closed)

Edited by Steve Abrams

Merge request reports