---
title: "Remove Assets From Folder"
method: POST
path: "/video/workspaces/{workspace_id}/remove-assets-from-folder"
tags: ["API Endpoints"]
---

# Remove Assets From Folder

`POST /video/workspaces/{workspace_id}/remove-assets-from-folder`

Remove one or more assets from their current folder assignment inside the workspace.

## Path parameters

- `workspace_id` string, required

## Request body

- object
  - `asset_ids` string[], required

## Response `200`

200

- object
  - `message` string
  - `removedCount` integer

## Other responses

- `400` — 400

---

[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)
