deleteFeatures

suspend fun deleteFeatures(features: Iterable<Feature>): Result<Unit>

Deletes a collection of features from the table.

Return

A Result that has no return value.

Since

200.1.0

Parameters

features

A MutableList of Feature. Contents of the MutableList are copied.

See also

FeatureServiceSessionType