Skip to content

Delete a client key

DELETE
/api/v4/projects/{id}/error_tracking/client_keys/{key_id}

Deletes an integrated error tracking client key from a specified project.

id
required
One of:
string

The ID or URL-encoded path of the project owned by the authenticated user

key_id
required
integer

The ID of the client key

No Content

Media type application/json
object
id
integer format: int64
active
boolean
public_key
string
sentry_dsn
string
Example
{
"id": 1,
"public_key": "glet_aa77551d849c083f76d0bc545ed053a3",
"sentry_dsn": "https://glet_aa77551d849c083f76d0bc545ed053a3@example.com/errortracking/api/v1/projects/5"
}

Bad request

Unauthorized

Not found