group resources
/groups/{group}/resources [DELETE]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.8006 | 4.9508 | xml |
Description
Deletes a project resource.
The location parameter must be the absolute location of the resource to delete from the web app folder. For example:
/WEB-INF/foo/document.xsl
/WEB-INF/foo.bar/my/document.js
Only resources which are not part of the default layout can be deleted.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
location | The path to the resource, relative to the Web container root | yes | path |
Permission
Only members who have the permission to manage the project can invoke this service.
Response
<file name="[name]" path="[path]" status="[deleted|forbidden|not-found]" [type="file"] [media-type="mediatype"]/>
Error Handling
No specific errors expected for this service.