Archive an asset
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_id
Response
Asset successfully archived
archived
Whether the asset was successfully archived (always true on success)
id
Unique identifier of the archived asset
title
Title of the archived asset
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
