Request person deletion

This endpoint allows for removal of a tracked person from all projects within an account.

To identify the person, you must provide exactly one of the following:

  • email
  • username
  • person_id

These correspond to the values transmitted in the original occurrences (see the docs for Create item) and can also be found by viewing any tracked person via the People Tracking page in any project.

Requests for person deletion are asynchronous. The returned value will include an id property that can be used to check the status of the deletion process, e.g.

{
  "err": 0,
  "result": {
    "id": 3
  }
}
Language
Click Try It! to start a request and see the response here!