curl --request DELETE \
--url https://api.example.com/api/people/{person_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Deletes the person record; the faces that were attached to this person are not deleted — they become unassigned and will be re-clustered on the next clustering pass.
Use update_face with person_id=null to detach a specific face without deleting the whole person. Use delete_face to remove a face detection entirely.
curl --request DELETE \
--url https://api.example.com/api/people/{person_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.
Person ID (with person_ prefix) of the person to delete.
Successful Response