Delete Session
DELETE/api/v1/chat/{session_id}
Delete a session.
Delete Session
curl https://api.cloud.llamaindex.ai/api/v1/chat/$SESSION_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"Delete a session.
curl https://api.cloud.llamaindex.ai/api/v1/chat/$SESSION_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"