curl --request DELETE \
--url https://api.example.com/api/faces/{face_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Deletes a specific face entry. This does not delete the associated asset or person.
curl --request DELETE \
--url https://api.example.com/api/faces/{face_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}