---
title: "Delete folder"
method: DELETE
path: "/v1/folder"
tags: ["Digital Asset Management (DAM)", "Managing folders"]
---

# Delete folder

`DELETE /v1/folder`

This will delete a folder and all its contents permanently. The API returns an empty response.

## Request body

- object
  - `folderPath` string, required — Full path to the folder you want to delete. For example `/folder/to/delete/`.

## Response `204`

Folder deleted successfully.

- object

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized request.
- `403` — Forbidden.
- `404` — Folder not found
- `429` — The request exceeded the rate limit. Contains headers indicating the limits and a message detailing the error.

---

[API](https://skmtc.dev/imagekit-developer/apis/imagekit-api.md) · [All operations](https://skmtc.dev/imagekit-developer/apis/imagekit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imagekit-developer/imagekit-api/revisions/bb3e9ff84b3e/schema)
