---
title: "Delete a facemap"
method: DELETE
path: "/v2/profiles/{profileId}/facemaps"
tags: ["sca-facemaps"]
---

# Delete a facemap

`DELETE /v2/profiles/{profileId}/facemaps`

Deletes a facemap associated to a profile.

To update a facemap for a profile, use this endpoint followed by [Create a facemap](/api-reference/sca-facemaps/scafacemapcreate).

{% admonition type="warning" %}
This operation is irreversible.
{% /admonition %}

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `204`

The facemap has been deleted.

## Other responses

- `404` — No facemap has been set up for this profile.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
