Usage
delete_rule(id, user = NULL, pwd = NULL)
Arguments
- id
the id of the rule
- user
(character) Optional username for authentication. Defaults to GBIF_USER environment variable.
- pwd
(character) Optional password for authentication. Defaults to GBIF_PWD environment variable.
Value
list of information about deleted rule.
Examples
if (FALSE) { # \dontrun{
delete_rule(1)
} # }