Deleting a User

Use the DELETE method of the user service to remove an existing user.

Method

URL

DELETE

http://<host>:<port>/jasperserver[-pro]/rest/user/<userID>/

Return Value on Success

Typical Return Values on Failure

200 OK

404 Not Found – When the specified user ID is not found in the server.

Feedback