assets
Move assets to trash
Soft-deletes the given assets. Trashed assets are excluded from default list/search results and are purged after the configured retention window. Reversible via restore_assets until purge.
To trash an entire library at once instead of enumerating asset IDs, use trash_library.
post/api/assets/trash
Query parameters
library_idstring nullable
Library that owns the assets. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Library that owns the assets. Optional if the user has a single live (non-trashed) library; required when they have multiple.
Request body
Response
Successful Response
DeletionResponse required
Empty acknowledgment returned when an operation succeeds.