Appearance
Delete Subtable
Deletes one or multiple subtable.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Subtable | array of string | Name of the subtable ([Subtable]). A subtable contains additional filters used by the table. | yes | ||
| Table | string | Name of the table ([Table]). | yes |
Result
No fields
Code
text
DELETE SUBTABLE
SUBTABLE=[string, Multiple, Needed]
TABLE=[string, Needed]