REST APIEndpointsfacerec_remove_personOn this pagefacerec_remove_person Remove a face recognition person profile. Method: POST Path: /facerec_remove_person Request Body { "person_id": "person-001"} FieldTypeDescriptionperson_idstringPerson identifier to remove. Success Response { "success": true, "message": "person removed", "data": null}