Collections
Archive Collection
Deactivate and move a collection to archives.
DELETE
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
Collection ID
Example:
"col_123"
Response
200 - application/json
Collection archived successfully.
Response message indicating the outcome of the action.
Example:
"Collection archived successfully"
TypeScript SDK