curl --request DELETE \
--url https://api.example.com/api/faces/{face_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Removes one face detection row. The underlying asset and the person this face was assigned to are both preserved.
Use update_face with person_id=null instead when the user wants to disassociate the face from a person without discarding the detection (so re-clustering can try again). Use delete_person to remove a person; use trash_assets (or permanently_delete_assets for irreversible removal) to remove the photo entirely.
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.