people/remove

Delete a person.

POST
https://api.elvanto.com/v1/people/remove.{json|xml|php}

Parameters

Name Type Description
id Required string The ID of the person.
Expected request JSON HTTP POST
{
    "id": "7bcb4c7e-1008-11e3-b25c-fb2ff5416432"
}
Expected response JSON XML PHP
{
    "generated_in": "0.018",
    "status": "ok",
    "person": {
        "id": "7bcb4c7e-1008-11e3-b25c-fb2ff5416432"
    }
}
Error responses

Please see our response status codes documentation for details of potential error responses for any API request.

  • 250: No Person ID provided You are required to provide the ID of the person you wish to delete.