cURL
curl --request DELETE \ --url https://api.example.com/v2/webhooks/{webhook_id} \ --header 'x-api-key: <x-api-key>'
{ "success": true, "data": { "webhook_id": "6789abcdef0123456789abcd", "deleted": true }, "metadata": { "action": "delete_webhook", "credits_consumed": 0, "timestamp": "2025-01-15T10:30:00.000000" } }
Permanently delete a webhook
Show Properties
true
Was this page helpful?