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

See also

FeatureServiceSessionType