pub async fn delete_feedback(
manager: &SessionManager,
session_id: &str,
qa_id: &str,
user_id: Option<&str>,
) -> Result<bool, SessionError>Expand description
Clear feedback from a Q&A entry.
Returns true if the entry was found and updated.