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