collections

Delete collection

Soft-delete a collection by moving it to trash.

<Callout type="warn">
This endpoint does not permanently delete the collection. It performs a trash move (soft delete).
</Callout>

**Use cases:**
- Moving unused collections to trash
- Implementing collection management workflows
- Lifecycle management before permanent deletion
delete/api/v1/collections/{collectionId}

Path parameters

collectionIdstring required

Collection ID. Personal API keys may use 'private' for the key owner's virtual private collection. Workspace API keys cannot access private collections.

Changes

No recorded changes to this endpoint across all 1 revision of this API.