# Remove Webhook Topic Subscription

Removes a specific topic subscription from an existing webhook configuration.

Endpoint: DELETE /v1/webhook-subscribers/{subscriber_id}/subscriptions/{id}
Version: v1
Security: ApiKey

## Path parameters:

  - `id` (string, required)
    ID of the resource

  - `subscriber_id` (string, required)
    The unique identifier of the webhook configuration in Parallax.

## Response 400 fields (application/json):

  - `type` (string)
    RFC reference for the error type

  - `title` (string)
    Human-readable summary of the error

  - `status` (integer)
    HTTP status code

  - `errors` (array)
    Detailed error messages for each validation failure

  - `trace_id` (string)
    Trace identifier for debugging

