delete https://api.verihubs.com/v1/face/enroll
This method helps you to delete enrolled image
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 |
You will receive a response consists of message and an error code if the request fails to process. The following is a list of error codes.
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 |