latestOpenAPI 3.1.02026-08-223321,1001.6 MB
2134ebffd1ef
Archive Session
Soft-delete a session by archiving it.
Sets archived_at on the session so it no longer surfaces in any read path; all child data is preserved. The session must be owned by the caller and in the IDLE state.
Response: { "success": True, "message": "Session deleted successfully." }
delete/sessions/{session_id}
Path parameters
session_idstring required
Response
Successful Response