v1
latestOpenAPI 3.0.22026-07-2432112226.7 KBFace
Sanbox - Delete Enrolled Face
This method helps you to delete enrolled image<br>
The following table describes subject_id option to be used as input.
| subject_id | Description |
|---|---|
| SUB_EXIST | subject_id exist in respected App-ID |
| SUB_NOT_EXIST | subject_id does not exist in respected App-ID |
| Error code | Description |
|---|---|
| INVALID_SANDBOX_SUBJECT_ID | subject_id not exist in image code sandbox |
| INVALID_PAYLOAD_SUBJECT_ID | subject id not valid / subject id is not found |
| INVALID_PAYLOAD_SUBJECT_ID_MISSING | Subject id payload is empty/null |
| MISSING_PAYLOAD_SUBJECT_ID | Subject id payload is missing |
| INTERNAL_SERVER_ERROR | internal server error |
delete/v1/face/enroll
Query parameters
subject_idstring required
Subject ID to be deleted (choose from available option)
Headers
App-IDstring required
API-Keystring required
Response
Successful Response
Example response
{
"status_code": "FACE-1",
"message": "Collection subject id xxx from collection successfuly deleted"
}