Versions Compared

Key

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

...

URI: https://api.onlinephotosubmission.com/person/{id}

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

...

Note: Currently, 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)

Note

DEPRECATION NOTICE: The old URI https://api.onlinephotosubmission.com/api/people/{id} is now deprecated and will no longer be supported after October 1, 2022.

HTTP Method: DELETE (warning)

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

...