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://app.cloudcardtools.com/api/people/{id}


Info

{

...

id} refers to the database ID, which can be found in the id field of the response to Get a Person.  Unlike other endpoints, people can only be deleted by id - not email or identifier.

Example URI: https://app.cloudcardtools.com/api/people/123
Example URI: https://app.cloudcardtools.com/api/people/jon.doe@foo.edu
 

HTTP Method: DELETE (warning)

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

...