Skip to main content
Skip table of contents

UC Delete Collection [C IG]

Motivation

Collections can be removed from the system when they are no longer needed. Collections and items within the removed collection is not affected when removing a collection.

Example

To remove a single collection we can use the following endpoint

DELETE /collection/VX-1

where VX-1 is the id of the collection to remove

To remove several collections we can instead use:

DELETE /collection?id=VX-1,VX-2,VX-3

where id is a comma separated list of collections to remove

Resources

Further details can be found here

https://apidoc.vidispine.com/latest/ref/collection.html#delete-a-collection

https://apidoc.vidispine.com/latest/ref/collection.html#delete-multiple-collections

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.