delete
https://developer.dacast.com/v2/folder/
Delete a folder but keep its contents.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
Folderidvalues are numeric strings (for example"1259852"), not UUIDs.
Path parameter
| Name | Type | Description |
|---|---|---|
id | string | Required. The folder identifier. |
Response
| Code | Meaning |
|---|---|
| 204 | Folder deleted. Empty body. |
| 404 | Folder not found. |
204Folder deleted. Empty body.
