cURL
curl --request DELETE \ --url https://api.sandbox.goteal.co/webhooks/{webhook_id} \ --header 'X-API-KEY: <api-key>'
{ "message": "Webhook deleted successfully." }
ID of the webhook to delete
No Content
"Webhook deleted successfully."