Comment.remove() function

Remove a model comment.

Signature:

function remove(commentId: number): Promise<number>;

Parameters

ParameterDescription
commentIdThe comment id

Returns:

Promise<number>

a promise contains the comment id being removed