---
title: "Delete Resources"
method: DELETE
path: "/resources"
tags: ["Resources"]
---

# Delete Resources

`DELETE /resources`

Delete multiple file or folder resourcess. Deleting a folder resource will also delete any resources in that folder.

**Notes:**
- Authenticated user should have [delete permission](/docs/account/04-users/00-introduction#managing-user-roles-and-permissions).
- It is not possible to un-delete a deleted resource.

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Request body

- object
  - `resources` string[], required — Resource identifiers of items to delete.

## Response `200`

Successful Operation

- EmptyResponse
  - `responseStatus` integer — Http status code of the response.
  - `data` string[]

## Other responses

- `207` — Multi Response

---

[API](https://skmtc.net/prismic/apis/exavault-api.md) · [All operations](https://skmtc.net/prismic/apis/exavault-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prismic/exavault-api/revisions/a1bd874b5960/schema)
