Skip to main content
DELETE
Remove a library item

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

Library item ID

Example:

"media_abc123def456"

Query Parameters

scope
enum<string>
required

Which library the item belongs to: workspace items are shared with everyone in the workspace, private items are only visible to their creator

Available options:
private,
workspace
Example:

"private"

Response

OK

Standard success response for operations that don't return data

status
enum<string>
required

Operation status

Available options:
ok
Example:

"ok"