Documentation Index
Fetch the complete documentation index at: https://docs.buntime.sh/llms.txt
Use this file to discover all available pages before exploring further.
Request
Bearer token with your API key
Response
ID of the deleted session
Deletion is permanent. All files, processes, and data are immediately destroyed and cannot be recovered.
Example
curl -X DELETE https://api.buntime.sh/sessions/ses_abc123 \
-H "Authorization: Bearer $BUNTIME_API_KEY"
{
"deleted": true,
"sessionId": "ses_abc123def456"
}