pub async fn delete_session_from_path(
__arg0: State<SessionController>,
__arg1: Path<SessionPathParams>,
) -> Result<StatusCode, StatusCode>Available on crate feature
server only.Expand description
Delete session from URL path parameters (adk-go compatible)