Skip to main content
DELETE
/
v2
/
notifications
/
webhooks
/
{webhook-id}
Delete Webhook
curl --request DELETE \
  --url https://api.avenia.io:8443/v2/v2/notifications/webhooks/{webhook-id} \
  --header 'Authorization: Bearer <token>'
{}

Delete Webhook

DELETE request to /v2/notifications/webhooks/

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook-id
string
required

ID of the webhook to delete

Response

Success

The response is of type object.