deleteComment abstract method

void deleteComment(
  1. String commentId
)

Permanently deletes a comment.

Implementation

void deleteComment(String commentId);