DetachTable
- 1 Minute to read
- Print
- DarkLight
- PDF
DetachTable
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Removes an injected/shared table from a project
Key | Value(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?