Library
Remove a library item
Removes an item from the library. This removes the library entry only — clips already using the underlying source keep working.
delete/v1/library/{id}
Path parameters
idstring required
Library item ID
Example:media_abc123def456
Library item ID
Query parameters
scope'private' | 'workspace' required
Which library the item belongs to: workspace items are shared with everyone in the workspace, private items are only visible to their creator
Example:private
Which library the item belongs to: workspace items are shared with everyone in the workspace, private items are only visible to their creator
Response
OK
Example response
{
"status": "ok"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.