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 by email
or identifier
.
Example URI: https://app.cloudcardtools.com/api/people/123
HTTP Method: DELETE
Required Headers: X-Auth-Token (see: Authentication)
Example HTTP Request Body
(LEAVE REQUEST BODY EMPTY)
Example Response
204 NO CONTENT