Delete Retriever
DELETE/api/v1/retrievers/{retriever_id}
Delete a Retriever by ID.
Delete Retriever
curl https://api.cloud.llamaindex.ai/api/v1/retrievers/$RETRIEVER_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"Delete a Retriever by ID.
curl https://api.cloud.llamaindex.ai/api/v1/retrievers/$RETRIEVER_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"