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

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Query Parameters

event_type
enum<string>
required

Call event type. Use post-call to stop receiving post-call callbacks. Use on-call to stop receiving real-time call status updates.

Available options:
post-call,
on-call
Example:

"post-call"

Response

Webhook deleted.

success
boolean
Example:

true