---
title: "Service: /groups/{group}/resources [DELETE]"
source: https://dev.pageseeder.com/api/services/group-resources-DELETE.html
description: "Create a resource"
last_updated: 2026-08-07T17:09:54+10:00
document_type: api_endpoint
operation_id: developer-DELETE
resource_id: developer
path_template: /groups/{group}/resources
http_method: DELETE
api_category: developer
implementation_version: null
api_since: null
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: N/A
generated_at: 2026-08-07
tokens: ~218
---

# /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

| 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

```lang-xml

<file name="[name]"
      path="[path]"
      status="[deleted|forbidden|not-found]"
      [type="file"]
      [media-type="mediatype"]/>
```

## Error Handling

No specific errors expected for this service.

