Usage
delete_ruleset(id, user = NULL, pwd = NULL)
Arguments
- id
the id of the ruleset
- 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 ruleset
Examples
if (FALSE) { # \dontrun{
delete_ruleset(1)
} # }