deleteFieldByPath

The deleteFieldByPath method removes the sub field(s) with the specified path.

Syntax

deleteFieldByPath( path )

Arguments

Argument Description
path (string) The path of the sub-field(s) to delete.

Example

myField:deleteFieldByPath("path/to/subfield")