Skip to main content
DELETE
/
webhooks
/
{sid}
Delete a webhook
curl --request DELETE \
  --url https://api.voice-mate.com/v1/webhooks/{sid} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page

Path Parameters

sid
string
required

Webhook identifier

Response

Webhook deleted

status
enum<string>
required
Available options:
success