deleteCommentDB

fun deleteCommentDB(commentId: String, postId: String)

Deletes a comment from the database.

Parameters

commentId

Unique identifier of the comment to be deleted.

postId

Unique identifier of the post on which the comment was added.