Permanently mark as user as Deleted.
HTTP DELETE
DELETE /api/2013-12-01/Users/[User ID]
Example Request
$ curl -XDELETE https://[Site Name].readyop.com/api/2013-12-01/Users/[User ID] \
-u "[API Account ID]:[API Token]"
Request Result
{
"code": 0,
"status": 200,
"detail": "Success",
"timestamp": "2020-01-15T22:40:11+00:00"
}