GET delete user

Deletes one user.

Constraints: If the user has been invited or participated in a prioritization process that is not deleted, the the use can not be deleted.

If this method returns a (111) - Forbidden error message that means the user participated in prioritizations that are not deleted and it is are required to properly display the analysis and results.

Resource URL:

https://api.priotice.se/rest/{auth}/user/delete/{identifier}

Data returned

If the request has been successful it will return a success message and the UserID of the user that was deleted.

Example request

GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/user/delete/183

Example response:

{ "Status": "success", "Data": { "UserID": 183 } }