Skip to content
Get started

Delete Retriever

DELETE/api/v1/retrievers/{retriever_id}

Delete a Retriever by ID.

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

Delete Retriever

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