Delete File
DELETE/api/v1/beta/files/{file_id}
Delete a file from the project.
Delete File
curl https://api.cloud.llamaindex.ai/api/v1/beta/files/$FILE_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"Delete a file from the project.
curl https://api.cloud.llamaindex.ai/api/v1/beta/files/$FILE_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"