# Delete Profile Webhook Subscription

Delete a profile webhook subscription by its identifier.

Endpoint: DELETE /profiles/{profileId}/subscriptions/{subscriptionId}
Security: UserToken

## Path parameters:

  - `profileId` (integer, required)
    ID of the profile.

  - `subscriptionId` (string, required)
    UUID of the subscription.

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

