Skip to main content
DELETE
/
api
/
v2
/
tenants
/
{tenant}
/
databases
/
{database}
Deletes a specific database.
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 ID

database
string
required

Name of the database to delete

Response

Database deleted successfully

The response is of type object.