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