This will permanently delete the person and all of his photos. You cannot undo this destructive action.
URI: `https://api.onlinephotosubmission.com/api/people/{id}
Example URI: https://api.onlinephotosubmission.com/api/people/123
Example URI: https://api.onlinephotosubmission.com/api/people/jon.doe@foo.edu?findBy=email
Example URI: https://api.onlinephotosubmission.com/api/people/A1234567?findBy=identifier
Optional URL Parameters: findBy=[id|email|identifier] (default id)
DEPRECATION NOTICE: Finding a person by email address or identifier (aka Student ID/Employee ID) without specifying the findBy
parameter is still supported but has been deprecated, and will no longer be supported on or after April 1, 2019.
HTTP Method: DELETE
Required Headers: X-Auth-Token (see: Authentication)
(LEAVE REQUEST BODY EMPTY)
204 NO CONTENT