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
  }
}
Language
Click Try It! to start a request and see the response here!