---
title: "Delete Face"
method: DELETE
path: "/v2/faces/{face_id}"
tags: ["Faces"]
---

# Delete Face

`DELETE /v2/faces/{face_id}`

Deletes a Face by its unique ID; deleted faces cannot be used in a conversation.

## Path parameters

- `face_id` string, required

## Query parameters

- `hard` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — UNAUTHORIZED

---

[API](https://skmtc.dev/tavus/apis/tavus-developer-api-collection.md) · [All operations](https://skmtc.dev/tavus/apis/tavus-developer-api-collection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tavus/tavus-developer-api-collection/revisions/c878e2f6508d/schema)
