Remove a Service Hook

DELETE /api/0/projects/{organization_slug}/{project_slug}/hooks/{hook_id}/

Remove a service hook.

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.

hook_id (string)
REQUIRED

The GUID of the service hook.

Scopes

<auth_token> requires one of the following scopes:
  • project:admin
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/hooks/{hook_id}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
Success.