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

Authorizations

x-chroma-token
string
header
required

Path Parameters

tenant
string
required

Tenant UUID

database
string
required

Database name

Response

Database deleted successfully

The response is of type object.