bwr_querygrp_delete {brandwatchR}R Documentation

Delete a specified Brandwatch query group

Description

Delete a specified Brandwatch query group

Usage

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

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

[Package brandwatchR version 0.3.0 Index]