Jump to content
We've recently updated our Privacy Statement, available here ×
  • Deleting Multiple Permissions using REST API


    Prasad B
    • Features: JasperReports Server Version: v9.0.0 Product: JasperReports® Server

    Question: How do we delete multiple permission for resource using REST API?

    Answer: The DELETE method removes all assigned permissions from the designated resource. After returning successfully, all effective permissions for the resource are inherited.

    Please find below Method and URL used for this request:
    Method: DELETE, URL: http://<host>:<port>/jasperserver[-pro]/rest_v2/permissions/path/to/resource

    The Return values for this request is as below:
    a) For Success: 204 No Content - The request was successful.
    b) For Failure: 404 Not Found - If the resource or the recipient in the URL is invalid.


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...