...
Warning |
---|
This will permanently delete the person and all of his their photos. You cannot undo this destructive action. |
URI: ` https://api.
onlinephotosubmissioncloudcard.
comus/
apiperson/
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=indentifier
Optional URL Parameters: findBy=[id|email|identifier] (default id)
...
Note: You can only delete anonymized users with this method, so their id must be used for this request (since email/org ID number will have been already removed)
HTTP Method: DELETE
Required Headers: X-Auth-Token (see: Authentication)
...
Example HTTP Request Body
Code Block |
---|
(LEAVE REQUEST BODY EMPTY) |
Code Block | title |
Example Response
Code Block |
---|
204 NO CONTENT |