# Delete a Webhook

**DELETE** `/webhooks/{webhookId}/`

Delete a Webhook

## Request

### Parameters

- `webhookId` (path, required, string): The ID that uniquely identifies the Webhook

### Responses

- `204`: The Webhook was deleted. No content is returned
- `400`: Bad Request
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
- `409`: Cannot delete the Webhook
  - Content types: `application/json`
