Delete a collection by ID.

Beta

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_idstringRequired

Query parameters

await_completionbooleanOptionalDefaults to false
Whether to wait for collection deletion to complete before responding

Response

Successful Response
detailstring

Errors

422
Unprocessable Entity Error