---
api: 'Business API'
---

# Delete a webhook

Delete a specific webhook.

A successful response does not get any content in return.

For more information, see the guides: [About webhooks](/docs/guides/manage-accounts/webhooks/about-webhooks) and [Manage webhooks](/docs/guides/manage-accounts/webhooks/manage-webhooks#delete-a-webhook).

## Endpoint

DELETE `/webhooks/{webhook_id}`

## Parameters

### path parameters

- `webhook_id` (string, required)
  The ID of the webhook to delete.

## Returns

### 204

The webhook has been deleted

## Error responses

| HTTP status code | Description |
| --- | --- |
| 404 | Not Found |
