---
title: "Delete Folder"
method: DELETE
path: "/spaces/{spaceId}/folders/{folderId}"
tags: ["Folders"]
---

# Delete Folder

`DELETE /spaces/{spaceId}/folders/{folderId}`

Delete a folder and all its content. The deletion is propagated to all child elements. If the total number of elements to delete is too large, this operation will be carried out asynchronously.

## Path parameters

- `spaceId` string, uuid, required
- `folderId` string, uuid, required

## Response `202`

Operation will be carried out asynchronously

## Other responses

- `204` — Folder deleted successfully
- `403` — Insufficient permissions

---

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