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


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

    Question: How do we delete the resource using REST API? 

    Answer: The DELETE method has two forms, one for single resources and one for multiple resources.

    Method: DELETE URL: http://<host>:<port>/jasperserver[-pro]/rest_v2/resources/path/to/resource

    The Return values for this request is as below:
    a) For Success: 204 No Content - The request always returns 204. The resources with valid URIs are deleted.mes.
    b) For Failure: 204 No Content - The request always returns 204. No action is taken for invalid URIs.


    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...