resources
Removes resource files from both the staging and deployed areas.
Example Request
DELETE http://example.com:8080/livecluster/rest/service/resources
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
— |
JSON |
Array of resource names that needs to be removed. |
["calculator-1.0.0.1.tar.gz"] |
Example Response
204 no content
Result: Corresponding resources are deleted.