deleteCommentFromPostDB

fun deleteCommentFromPostDB(postId: String)

Deletes a comment from the database.

Parameters

postId

Unique identifier of the post where the comment to be deleted was added.