Skip to main content
DELETE
/
webhooks
/
{id}
cURL
curl --request DELETE \
  --url https://sandbox.onconsul.com/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{}
Permanently delete a webhook subscription. You will stop receiving events at this endpoint immediately.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

OK

The response is of type object.