cURL
curl --request DELETE \ --url https://api.voice-mate.com/v1/webhooks/{sid} \ --header 'Authorization: Bearer <token>'
{ "status": "success" }
Delete a webhook from the account.
Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page
Webhook identifier
Webhook deleted
success