curl --request DELETE \
--url https://api.example.com/api/people/{person_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Deletes a specific person. Associated faces will have their person_id set to the closest matching person, or null if no one matches.
curl --request DELETE \
--url https://api.example.com/api/people/{person_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response