# Delete webhooks

Delete a single webhook based on its ID

Endpoint: DELETE /v2/webhooks/{id}
Version: 2.0
Security: TokenAuth

## Path parameters:

  - `id` (string, required)
    The webhook ID

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


