DetachPackage
- 1 Minute to read
- Print
- DarkLight
- PDF
DetachPackage
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Detaches all tables and objects injected from the named package.
Key | Value(s) | Description |
---|---|---|
method | "DetachPackage" | Detaches all tables and objects injected from the named package. |
name | "PackageName" | Name of the package to detach. |
Warning
Detaching a package will cause tables to disappear. If derived data has been created on an injected table, the table will become a Local Data Table, and will be displayed as black rather than green.
{
"method": "DetachPackage",
"project": "Injection_Test_Basic",
"name": "Consumer_Package1"
}
Was this article helpful?