bwr_querygrp_delete: Delete a specified Brandwatch query group

Description Usage Arguments Value Examples

View source: R/querygroups.R

Description

Delete a specified Brandwatch query group

Usage

1
2
bwr_querygrp_delete(project_id = NULL, group_id = NULL,
  token = Sys.getenv("BW_TOKEN"))

Arguments

project_id

The project ID in which your target query group can be found.

group_id

The query group ID which you'd like to delete. Find out the list of query groups in a given project using bwr_querygrp_get().

token

The API authentication token, obtained using bwr_auth()

Value

Returns a list of the JSON response from the server.

Examples

1
## Not run: kill <- bwr_querygrp_delete(project_id = 234234234, group_id = 23423423)

brandwatchR documentation built on May 1, 2019, 10:24 p.m.