---
api: 'Crypto Ramp API'
---

# Delete a webhook

Delete a webhook so that events are not sent to the specified URL any more.

For more information, see the guides: [Work with webhooks -> Track order and payment lifecycle](/docs/guides/crypto-ramp/tutorials/work-with-webhooks/use-webhooks).

## Endpoint

DELETE `/webhooks/{webhook_id}`

## Parameters

### header parameters

- `X-API-KEY` (any, optional)
  Your API key that you received during integration setup. 
  For more information, see the **Authorization** section.

### path parameters

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

## Returns

### 204

The webhook has been deleted

## Error responses

| HTTP status code | Description |
| --- | --- |
| 400 | Bad request  A request parameter is invalid. |
| 401 | Unauthorized |
| 404 | Resource cannot be found |
| 429 | Too Many Requests |
| 500 | Server error  An unexpected error occurred. |
| 503 | The endpoint is disabled by Kill Switch |
