---
title: "Delete Folder"
method: DELETE
path: "/video/workspaces/{workspace_id}/folders/{folder_id}"
tags: ["API Endpoints"]
---

# Delete Folder

`DELETE /video/workspaces/{workspace_id}/folders/{folder_id}`

Delete a folder. Descendant folders and assets inside them are deleted by the backend workflow.

## Path parameters

- `workspace_id` string, required
- `folder_id` string, required

## Response `200`

200

- object
  - `message` string

## Other responses

- `400` — 400
- `404` — 404

---

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