# Delete a facemap

Deletes a facemap associated to a profile.
To update a facemap for a profile, use this endpoint followed by [Create a facemap](/api-reference/legacy/sca-facemaps/scafacemapcreate).
This operation is irreversible.

Endpoint: DELETE /v2/profiles/{profileId}/facemaps
Security: UserToken

## Path parameters:

  - `profileId` (integer, required)
    The profile ID.

## 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).

