---
title: "Delete a folder"
method: DELETE
path: "/v1/design_studio/folders/{id}"
tags: ["Design Studio"]
---

# Delete a folder

`DELETE /v1/design_studio/folders/{id}`

Delete a folder **including subfolders and all file (components, templates, and emails)**. You cannot delete a folder with emails used in your workflows (automations, broadcasts, etc).

However, you can delete a folder with components that are referenced in emails linked to workflows, so make sure deleting a folder with components won't break your emails.

## Path parameters

- `id` string, uuid, required

## Response `204`

Successful response, no content returned

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `404` — Resource not found
- `409` — Conflict - linked resource or other constraint violation

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/4b391af7cb06/schema)
