# Delete subscriptions

Delete a single subscription based on its ID

Endpoint: DELETE /v2/webhooks/{webhookId}/subscriptions/{subscriptionId}
Version: 2.0
Security: TokenAuth

## Path parameters:

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

  - `subscriptionId` (string, required)
    The subscription ID

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


