Delete a call webhook
Call webhooks
Delete a call webhook
Removes the call webhook for the given event type. Wavix stops sending callbacks for that event.
DELETE
Delete a call webhook
Authorizations
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 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).
Available options:
post-call, on-call Example:
"post-call"
Response
Returns a success confirmation. The call webhook is removed.
Indicates whether the request was successful.
Example:
true