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
  }
}
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

username value of the person to be deleted.

string

email value of the person to be deleted.

string

id value of the person to be deleted.

Headers
string
required

Use an Account Access Token with 'write' scope

Response
200

Person deleted

Language
Click Try It! to start a request and see the response here!