pub fn delete_threaded_comment( threaded_comments: &mut Option<ThreadedComments>, comment_id: &str, ) -> Result<()>
Delete a threaded comment by its ID.
Returns an error if the comment was not found.