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= | ||
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:%2Forganization_1%2Fjoeuser | |
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. |
Recommended Comments
There are no comments to display.