bwr_tag_delete: Delete a specified Brandwatch tag

Description Usage Arguments Value Examples

View source: R/tags.R

Description

Delete a specified Brandwatch tag

Usage

1
bwr_tag_delete(project_id, tag_id, token = Sys.getenv("BW_TOKEN"))

Arguments

project_id

The project ID in which the target tag can be found. Obtain a data frame of project IDs using bwr_projects_get().

tag_id

The ID of the tag which you'd like to delete. Obtain a list of tag IDs using bwr_tag_get().

token

The authentication token, obtained using bwr_auth()

Value

Returns a list of the JSON response.

Examples

1
## Not run: bwr_tag_delete(project_id = 122445, tag_id = 23432424)

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