DetachTable

Removes an injected/shared table from a project

KeyValue(s)Description
method"DetachTable"Detaches an injected/shared table from a project
table"TableName"The name of the table to detach
project"CurrentProject"The current project name


{
  "method": "DetachTable",
  "table": "sales_target",
  "description": "Detach CreateTest",
  "project": "TestTargetProject"
}