cURL
curl --request DELETE \ --url https://api.chift.eu/webhooks/{webhookid} \ --header 'Authorization: Bearer <token>'
{ "message": "The specified webhook could not be found for this account", "status": "error" }
Endpoint that deletes one existing webhook
This access token needs to be included in each of your request to the Chift API.
Successful Response