Skip to content
Get started

Delete Data Source

DELETE/api/v1/data-sources/{data_source_id}

Delete a data source by ID.

Path ParametersExpand Collapse
data_source_id: string
Cookie ParametersExpand Collapse
session: optional string

Delete Data Source

curl https://api.cloud.llamaindex.ai/api/v1/data-sources/$DATA_SOURCE_ID \
    -X DELETE \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
Returns Examples