userDelete
GET https://{{apiDomain}}/{{mode}}/user/changeStatus/restore/{{username}}/{{sessionID}}
Allows for the user to be deleted if the data is no longer needed.
Delete: Notice that the URL has Delete
. It labels the user as deleted.
Restore: Notice that the URL has Restore
. It restores any previously deleted account.
RESPONSES
status: OK
{"success":"true","errorlevel":"0","action":"user status change","message":"user status changeed","data":{"action":"restore","time":1617050456318},"executionTime":272,"mode":"development","debug":false}