Skip to content

Delete Table String

Deletes one or multiple string fields from a table.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
Stringarray of stringName of a text field ([Field]).yes
TablestringName of the table ([Table]).yes

Result

No fields

Code

text
DELETE TABLE STRING
STRING=[string, Multiple, Needed]
TABLE=[string, Needed]