Dashboard
APIDelete Webhook API - Remove Event Endpoint | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Delete Webhook - Remove Event Notification Endpoint

Remove a webhook endpoint from your project to stop receiving event notifications at that URL. This is useful when decommissioning integrations or replacing an endpoint with a new one. Deletion takes effect immediately.

DELETE/v2/projects/{project_id}/integrations/webhooks/{webhook_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

webhook_idstringrequired

The unique identifier of the webhook to delete.

Last updated: