Delete A Comment

delete(id)

const myClient // an authorized client instance
myClient.comment.delete("valid_id")

Last updated