Delete a Client Key
Delete a client key.
Path Parameters
organization_slug(string)REQUIRED- The slug of the organization the client keys belong to.
project_slug(string)REQUIRED- The slug of the project the client keys belong to.
key_id(string)REQUIRED- The ID of the key to delete.
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires the following scopes:project:admin
DELETE /api/0/projects/{organization_slug}/{project_slug}/keys/{key_id}/
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/keys/{key_id}/ \
-H 'Authorization: Bearer <auth_token>' \
-X DELETERESPONSE
Success.