v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
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.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}