Delete a collection by ID.
Delete a collection. By default, enqueues deletion and returns immediately. Pass await_completion=true to block until deletion is fully complete.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
collection_id
Query parameters
await_completion
Whether to wait for collection deletion to complete before responding
Response
Successful Response
detail
Errors
422
Unprocessable Entity Error