---
api: 'Merchant API'
---

# Delete a webhook

Delete a webhook so that events are no longer sent to the specified URL.

## Endpoint

DELETE `/api/webhooks/{webhook_id}`

## Returns

### 204

No Content

## Error responses

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