cURL
curl --request DELETE \ --url https://sync.trychroma.com/api/v1/sources/{source_id} \ --header 'x-chroma-token: <api-key>'
{ "error": "<string>", "message": "<string>" }
Deletes a source with the provided ID.
Source ID
Source deletion successful
Was this page helpful?