Skip to main content
DELETE
/
api
/
faces
/
{face_id}
Delete a single face detection (keeps the asset and the person)
curl --request DELETE \
  --url https://api.example.com/api/faces/{face_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumnut.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

face_id
string
required

Face ID (with face_ prefix) of the face detection to delete.

Query Parameters

library_id
string | null

Library the face belongs to. Optional if the user has a single library; required when they have multiple.

Response

Successful Response