Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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}

{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

HTTP Method: DELETE (warning)

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

Example HTTP Request Body
(LEAVE REQUEST BODY EMPTY)
Example Response
204 NO CONTENT
  • No labels