Function deleteComment

  • Parameters

    Returns Promise<null>

    Description

    Delete a comment inside a commentboard

    Async

    Since

    0.1.0

    Example

     deleteComment({
    commentBoardId: "<comment-board-id>",
    commentId: "<comment-id>"
    })

Generated using TypeDoc