Delete Collection

Delete a collection by its readable ID.

Args: readable_id: The readable ID of the collection to delete delete_data: Whether to delete the data in destinations db: The database session current_user: The current user

Returns: The deleted collection

Path parameters

readable_idstringRequired

Headers

x-api-keystringOptional

Query parameters

delete_databooleanOptionalDefaults to false

Response

Successful Response
namestring>=4 characters<=64 characters
Display name for the collection
readable_idstring
idstringformat: "uuid"
created_atdatetime
modified_atdatetime
organization_idstringformat: "uuid"
created_by_emailstringformat: "email"
modified_by_emailstringformat: "email"
statusenumOptional
Collection status enum.
Allowed values:

Errors