Delete a specified Brandwatch rule
bwr_rule_delete(project_id, rule_id, token = Sys.getenv("BW_TOKEN"))
project_id
: The project ID in which the target rule can be found. Obtain a data frame of project IDs using bwr_projects_get().rule_id
: The ID of the rule which you'd like to delete. Obtain a list of rule IDs using bwr_rule_get().token
: The authentication token, obtained using bwr_auth()Returns a list of the JSON response.
## Not run: bwr_rule_delete(project_id = 122445, rule_id = 23432424)