Delete a call webhook
Removes the call webhook for the given event type. Wavix stops sending callbacks for that event.
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).
Response
Returns a success confirmation. The call webhook is removed.
Example response
{
"success": true
}Changes
Changed in 4 of the 50 revisions of this API.5
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
the response property
became required for the statusresponse-property-became-required
This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api operation id
Deletecallwebhookremoved and replaced withcall_webhooks_deleteapi-operation-id-removed
This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○