---
title: "Delete Faces"
method: DELETE
path: "/v1/videos/{video_id}/faces"
tags: ["Video Emotion API"]
---

# Delete Faces

`DELETE /v1/videos/{video_id}/faces`

Delete specified faces from a video while ensuring at least one face remains.

## Path parameters

- `video_id` string, required — The unique identifier of the video from which faces will be deleted.

## Response `200`

Successful Response

- DeleteFacesResponse — Response model after deleting one or more faces. Attributes: id (str): Video or frame ID the faces belonged to. message (str): Confirmation or error message.
  - `id` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/74ceee4a5c98/schema)
