Remove a Service Hook
DELETE /api/0/projects/{organization_slug}/{project_slug}/hooks/{hook_id}/
Remove a service hook.
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization the client keys belong to.
project_slug
(string)REQUIREDThe slug of the project the client keys belong to.
hook_id
(string)REQUIREDThe GUID of the service hook.
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}/hooks/{hook_id}/ \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
RESPONSE
Success.