UC Delete Item [C IG]
Motivation
Items can be removed from the system when they are no longer needed. This will remove the item, it’s metadata, shapes belonging to the item and file connected to the shapes.
Example
To remove a single item we can use the following endpoint
DELETE /item/VX-1
where VX-1 is the id of the item to remove
To remove several items we can instead use:
DELETE /item?id=VX-1,VX-2,VX-3
where id
is a comma separated list of items to remove
Resources
Further details can be found here
https://apidoc.vidispine.com/latest/ref/item/item.html#delete-an-item
https://apidoc.vidispine.com/latest/ref/item/item.html#delete-multiple-items