dwapi (version 0.1.3.1)

delete_insight: Delete an insight.

Description

Delete an insight.

Usage

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

Run this code
# NOT RUN {
  dwapi::delete_insight(
    project_owner = 'user',
    project_id = 'project',
    id = 'insight')
# }

Run the code above in your browser using DataLab