delete_insight: Delete an insight.

Description Usage Arguments Value Examples

View source: R/delete_insight.R

Description

Delete an insight.

Usage

1
delete_insight(project_owner, project_id, id)

Arguments

project_owner

ID of project owner

project_id

ID of project of which insight is a component

id

ID of insight to be replaced

Value

Object of type success_message.

Examples

1
2
3
4
5
6
7
## Not run: 
  dwapi::delete_insight(
    project_owner = 'user',
    project_id = 'project',
    id = 'insight')

## End(Not run)

datadotworld/dwapi-r documentation built on July 3, 2021, 3:40 a.m.