# Delete account-level webhook by ID

Delete a specific account-level webhook by its webhook ID. This removes the webhook from all associated event types. Note: Webhook changes can take up to 10 minutes to become effective due to caching.

Endpoint: DELETE /v1/webhooks/{webhook_id}
Version: 3.0.0
Security: basicAuth

## Path parameters:

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

## Response 400 fields (application/json):

  - `Field` (string, required)

  - `Value` (string, required)

## Response 403 fields (application/json):

  - `message` (string, required)
    Response message

## Response 404 fields (application/json):

  - `Description` (string, required)


## Response 204 fields
