Skip to main content
DELETE
/
webhook-endpoints
/
{id}
curl -X DELETE https://api.bota.dev/v1/webhook-endpoints/we_abc123 \
  -H "Authorization: Bearer sk_live_..."
Permanently delete a webhook endpoint. Events will no longer be delivered to this URL.
id
string
required
The webhook endpoint’s unique identifier (e.g., we_abc123).
curl -X DELETE https://api.bota.dev/v1/webhook-endpoints/we_abc123 \
  -H "Authorization: Bearer sk_live_..."