# Delete a WebhookExtraHeader

**DELETE** `/webhooks/headers/{webhookExtraHeaderId}/`

Delete a WebhookExtraHeader

## Request

### Parameters

- `webhookExtraHeaderId` (path, required, string): The ID that uniquely identifies the WebhookExtraHeader

### Responses

- `204`: The WebhookExtraHeader 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 WebhookExtraHeader
  - Content types: `application/json`
