R/delete_rule_comment.R
delete_rule_comment.Rd
Delete a rule comment
delete_rule_comment(ruleId, commentId, user = NULL, pwd = NULL)
The ID of the rule that the comment belongs to
The ID of the comment to delete
(character) Optional username for authentication. Defaults to GBIF_USER environment variable.
(character) Optional password for authentication. Defaults to GBIF_PWD environment variable.
Nothing (invisible NULL)
if (FALSE) { # \dontrun{ delete_rule_comment(ruleId = 1, commentId = 5) } # }