Français
cURL
curl --request DELETE \ --url https://api.withallo.com/v1/api/webhooks/{webhook_id} \ --header 'Authorization: <api-key>'
{ "error": "WEBHOOK_NOT_FOUND" }
Deletes a webhook configuration and all associated webhook results.
Scope needed: WEBHOOKS_READ_WRITE
WEBHOOKS_READ_WRITE
The unique identifier of the webhook to delete (e.g., "web-abc123")
"web-2NfDKEm9sF8xK3pQr1Zt"
Webhook deleted successfully