Skip to main content
DELETE
/
api
/
v1
/
sources
/
{source_id}
Delete source
curl --request DELETE \
  --url https://sync.trychroma.com/api/v1/sources/{source_id} \
  --header 'x-chroma-token: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-chroma-token
string
header
required

Path Parameters

source_id
string<uuid>
required

Source ID

Response

Source deletion successful