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