Archive an asset

Beta

Archive an asset by its ID. The asset will be hidden from active listings (e.g. GET /assets with default filters) but can still be retrieved directly by ID. For folders, all children are also archived recursively. For meetings, associated sub-assets (recordings, transcripts) are archived as well. Only the creator of the asset can archive it.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequired

Response

Asset successfully archived
archivedboolean

Whether the asset was successfully archived (always true on success)

idstring
Unique identifier of the archived asset
titlestring
Title of the archived asset

Errors

403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error