Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

This will permanently delete the person and all of his photos. You cannot undo this destructive action.

URI: ` https://api.onlinephotosubmission.com/api/peopleperson/{id}

Example URI: https://api.onlinephotosubmission.com/apiperson/people/123 
Example URI: https://api.onlinephotosubmission.com/apiperson/people/jon.doe@foo.edu?findBy=email
Example URI: https://api.onlinephotosubmission.com/api/peopleperson/A1234567?findBy=identifier

        Optional URL Parameters: findBy=[id|email|identifier] (default id)

Note

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, : The URI https://api.onlinephotosubmission.com/api/people/{id} is now deprecated and will no longer be supported on or after April October 1, 20192022.


HTTP Method: DELETE (warning)

Required Headers: X-Auth-Token (see: Authentication)

...