Learn R Programming

brandwatchR (version 0.3.0)

bwr_query_delete: Delete a specified Brandwatch query

Description

Delete a specified Brandwatch query

Usage

bwr_query_delete(project_id, query_id, token = Sys.getenv("BW_TOKEN"))

Arguments

project_id

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

query_id

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

token

The authentication token, obtained using bwr_auth()

Value

Returns a list of the JSON response.

Examples

Run this code
# NOT RUN {
bwr_query_delete(project_id = 122445, query_id = 23432424)
# }

Run the code above in your browser using DataLab