delete https://api.verihubs.com/v1/face/enroll
This method helps you to delete enrolled image.
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 status | Error code | Description |
---|---|---|
400 | INVALID_PAYLOAD_SUBJECT_ID_MISSING | Subject id payload is empty/null |
400 | MISSING_PAYLOAD_SUBJECT_ID | Subject id payload is missing |
404 | INVALID_PAYLOAD_SUBJECT_ID | subject id not valid / subject id is not found |
500 | INTERNAL_SERVER_ERROR | internal server error |