DetachTable
  • 1 Minute to read
  • Dark
    Light
  • PDF

DetachTable

  • Dark
    Light
  • PDF

Article summary

PROTOTYPE

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"
}



Was this article helpful?

What's Next