Skip to main content
DELETE
/
api
/
v2
/
tenants
/
{tenant}
/
databases
/
{database}
/
collections
/
{collection_id}
Deletes a collection in a given database.
curl --request DELETE \
  --url https://api.trychroma.com/api/v2/tenants/{tenant}/databases/{database}/collections/{collection_id} \
  --header 'x-chroma-token: <api-key>'
{}

Authorizations

x-chroma-token
string
header
required

Path Parameters

tenant
string
required

Tenant ID

database
string
required

Database name

collection_id
string
required

UUID of the collection to delete

Response

Collection deleted successfully

The response is of type object.