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"
}