Delete Index
DELETE/api/v1/indexes/{index_id}
Delete an index.
Delete Index
curl https://api.cloud.llamaindex.ai/api/v1/indexes/$INDEX_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"Delete an index.
curl https://api.cloud.llamaindex.ai/api/v1/indexes/$INDEX_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"