Skip to main content

delete_threaded_comment

Function delete_threaded_comment 

Source
pub fn delete_threaded_comment(
    threaded_comments: &mut Option<ThreadedComments>,
    comment_id: &str,
) -> Result<()>
Expand description

Delete a threaded comment by its ID.

Returns an error if the comment was not found.