SDK ReferenceWebhooks
Delete Webhook
Remove an existing webhook from your account.
Description
The Delete Webhook endpoint allows you to remove an existing webhook from your account. This is useful for disabling integrations that are no longer needed or were created by mistake.
Webhooks
Webhooks are best managed in our platform dashboard. You can create, update, and delete webhooks from the dashboard.
HTTP Request
POST /webhooks/delete
Authentication
All requests must include an Authorization header with a valid API key.
Headers
| Key | Value |
|---|---|
| Authorization | Bearer YOUR_API_KEY |
| Content-Type | application/json |
Request Body
- webhook_id: The ID of the webhook to delete.
JSON
| Field | Type | Description |
|---|---|---|
| webhook_id | string | The ID of the webhook to delete |
Request Example
Response
Success
Status Code: 200 OK
Body: