Get the removing progress
|
GET api/2.0/people/remove/progress
|
Returns the progress of the started removing process for the user with the ID specified in the request.
|
Start the removing process
|
POST api/2.0/people/remove/start
|
Starts the removing process for the user with the ID specified in the request.
|
Terminate the removing process
|
PUT api/2.0/people/remove/terminate
|
Terminates the removing process for the user with the ID specified in the request.
|