Delete Folder

Delete a folder but keep its contents.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Permanently delete a folder by id.

A successful delete returns 204 with an empty body. Media that belonged to the folder (for example VOD) is not deleted — only the folder itself is removed. Assets that listed this folder in folder_ids no longer include it after the delete.

Deleting a parent folder also removes its nested child folders.

If the folder does not exist, the API returns 404.

After a successful 204, confirm with Lookup Folder — lookup can briefly still return the folder before it disappears.

📘

Folder id values are numeric strings (for example "1259852"), not UUIDs.

Path parameter

NameTypeDescription
idstringRequired. The folder identifier.

Response

CodeMeaning
204Folder deleted. Empty body.
404Folder not found.
Path Params
string
required

Folder id (numeric string)

Responses
204

Folder deleted. Empty body.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json