---
title: "Delete an asset folder."
method: DELETE
path: "/api/apps/{app}/assets/folders/{id}"
tags: ["Assets"]
---

# Delete an asset folder.

`DELETE /api/apps/{app}/assets/folders/{id}`

## Path parameters

- `app` string, required
- `id` string, required

## Response `204`

Asset folder deleted.

## Other responses

- `400` — Validation error.
- `404` — Asset folder or app not found.
- `500` — Operation failed.

---

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