Delete Operation

This operation deletes resources from the repository. If the specified resource is located in a report unit, you must set the request’s MODIFY_REPORTUNIT_URI argument to the URI of the report unit you want to modify.

If you are deleting a folder, all its content is removed recursively. There is no way to recover a deleted resource or folder, so use caution when calling this service.

The following sample request deletes a resource from a report unit:

<request operationName="delete" locale="en">
<argument name="MODIFY_REPORTUNIT_URI">/reports/JD_New_report</argument>
<resourceDescriptor name="test_img" wsType="img" uriString="/reports/JD_New_report_files/test_img">
<label>test image</label>
<description>test image</description>
</resourceDescriptor>
</request>
Feedback