Delete a session
sessions
Delete a session
Permanently delete a session and all its associated state.
Args:
session_id (str): The session to delete.
user_id (str): Injected authenticated user ID.
storage (StorageBase): Injected storage backend.
Raises:
HTTPException: 404 if the session does not exist or does not belong
to the authenticated user.
DELETE
Delete a session
Documentation Index
Fetch the complete documentation index at: https://docs.agentscope.io/llms.txt
Use this file to discover all available pages before exploring further.