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 their photos. You cannot undo this destructive action.

URI: ` https://appapi.cloudcardtoolscloudcard.comus/apiperson/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.

...

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 (warning)

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

...

...

Example HTTP Request Body
code
Code Block
(LEAVE REQUEST BODY EMPTY)
title


Example Response
Code Block
204 NO CONTENT