Deleting a Single Permission

Specify a recipient in the URL of the DELETE method to remove only that permission.

Method

URL

DELETE

http://<host>:<port>/jasperserver[-pro]/rest_v2/permissions/path/to/resource;recipient=
<recipient>

Argument

Type/Value

Description

recipient

string required

The recipient format specifies user or role, the organization if necessary, and the object ID. The slash characters must be encoded, for example:

user:joeuser%7Corganization_1

Return Value on Success

Typical Return Values on Failure

204 No Content – The request was successful.

404 Not Found – If the resource or the recipient in the URL is invalid.

Feedback
randomness