Overview
Delete an item from the folder. This link relation is only available for MediaCentral Asset Management.
HTTP method |
DELETE |
|
---|---|---|
URI template variables |
id |
The id of the item. MediaCentral Asset Management:
|
Query parameters |
mode |
The deletion mode. The exact behavior depends on the system, see Information for specific systems for details. The value can be one of:
If the parameter is not given or empty, the default mode depends on the system. |
override-reservations |
Override the reservation on the asset. Only for MediaCentral Production Management and MediaCentral Asset Management. See below for details. |
|
Request body |
- |
|
HTTP response |
204 No Content |
The item was deleted. |
403 Forbidden |
The user doesn’t have the required permissions. |
|
403 Forbidden |
The asset is reserved. |
|
Response body |
- |
|
Available in |
Description
MediaCentral Asset Management:
The link-rel is available, if the requesting user has the folder permissions "Write" or "DeleteFolders". This means that the link could be present, but might not be applicable for every item.
Query parameter |
Value |
Description |
---|---|---|
mode |
reference |
Delete the reference in the folder, but leave the asset in place. This is the only mode that allows deleting sub folders. |
metadata |
Not supported. |
|
media |
Delete all media files of the referenced assets. Media files that are shared with other assets are not deleted. |
|
all |
Delete items in the folder and the referenced assets, including the media files. Media files that are shared with other assets are not deleted. Up to MC|AM 2023.7, the mode was only supported if MAMAssetsCTC was configured to use a BPMN process for deletion. |
|
not given or empty |
The default mode is reference. |
|
override-reservations |
New in MC | Cloud UX 2023.12 Defines how to deal with reservations. One of:
Up to 2023.7, the query parameter was ignored. |