Call webhooks
Delete a call webhook
Removes the call webhook for the given event type. Wavix stops sending callbacks for that event.
delete/v1/calls/webhooks
Query parameters
event_type'post-call' | 'on-call' required
Example:post-call
Event type of the webhook to delete. One of post-call (callbacks sent after a call ends) or on-call (real-time call status callbacks during a call).
Response
Returns a success confirmation. The call webhook is removed.
Example response
{
"success": true
}