Skip to main content

 Services

Web services from /about to /webhooks

group resources

/groups/{group}/resources [DELETE]

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

NameDescriptionRequiredTypeDefault
locationThe path to the resource, relative to the Web container rootyespath

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.

Created on , last edited on