Skip to main content
DELETE
Delete a call webhook

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

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.

success
boolean
required

Indicates whether the request was successful.

Example:

true