remove
open suspend override fun remove(path: AbsolutePath, value: Table<T>, fragment: AbsolutePathFragment, eventsBus: SchemaEventsBus)(source)
Removes from value, a value of this schema, all children identified by fragment, sending events about all modifications through eventsBus. The provided path represents the path of value within the form manager.
The provided fragment is either a wildcard fragment or a valid fragment according to isValidRemoveFragment. A recursive wildcard fragment will never be passed to this function by the form manager. If a simple wildcard fragment is passed, then all children of value should be removed.