Request
Parameters
string
required
The session ID to delete
Response
Cannot delete a completed session.
Session not found.
Completed sessions cannot be deleted to preserve historical records.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a session
curl -X DELETE https://api.series.hr/sessions/delete/session_abc123 \
-H "apikey: YOUR_API_KEY"
{
"success": true,
"data": {
"message": "Session deleted successfully",
"SessionId": "session_abc123",
"Deleted": true
}
}
