Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.buntime.sh/sessions/ses_abc123 \ -H "Authorization: Bearer $BUNTIME_API_KEY"
await client.sessions.delete({ sessionId: 'ses_abc123' });
{ "deleted": true, "sessionId": "ses_abc123def456" }
{ "error": { "code": "session_not_found", "message": "Session not found or already deleted" } }
Delete a session and all its data