Skip to main content
Skip table of contents

UC Delete Shape [C IG]

Motivation

Shapes belonging to an item can be removed from the system when they are no longer needed. This will remove the shape from the database and mark files belonging to the shape for deletion, unless they are also connected to other shapes.

Example

To remove a shape from an item we can use the following endpoint

DELETE /item/VX-1/shape/VX-2

where VX-1 is the id of the item and VX-2 is the id of the shape that we want to remove

To remove all the shapes belonging to an item we can instead use:

DELETE /item/VX-1/shape

Resources

Further details can be found here

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

https://apidoc.vidispine.com/latest/ref/item/shape.html#delete-all-shapes

JavaScript errors detected

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

If this problem persists, please contact our support.