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

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Query Parameters

event_type
enum<string>
required

Type of call events webhook to delete 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 successfully deleted

success
boolean
Example:

true