Skip to main content
DELETE
/
v2
/
notifications
/
webhooks
/
{webhook-id}
Delete webhook
curl --request DELETE \
  --url https://api.example.com/v2/notifications/webhooks/{webhook-id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook-id
string<uuid>
required

Response

OK