DELETE
/
webhooks
/
{webhook_id}
curl --request DELETE \
  --url https://api.sandbox.goteal.co/webhooks/{webhook_id} \
  --header 'X-API-KEY: <api-key>'
{
  "message": "Webhook deleted successfully."
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

webhook_id
string
required

ID of the webhook to delete

Response

204
application/json
No Content
message
string
Example:

"Webhook deleted successfully."