curl --request DELETE \
--url https://api.example.com/api/v1/sessions/{session_id} \
--header 'Authorization: Bearer <token>'{}Clean up session data and remove all associated resources
curl --request DELETE \
--url https://api.example.com/api/v1/sessions/{session_id} \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.