Get person deletion status

Check on the status of a person deletion request.

The response will include a status, e.g.

{
  "err": 0,
  "result": {
    "state": "success", // possible values are "new","running","paused","success","cancelled","failed"
    "id": 3
  }
}
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

The id of the deletion job (from the response to a POST to delete_jobs)

Headers
string
required

Use an Account Access Token with 'read' scope

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json