deleteAttachments

suspend fun deleteAttachments(attachments: Iterable<Attachment>): Result<Unit>

Deletes the given attachments from this feature.

Return

A Result that has no return value.

Since

200.1.0

Parameters

attachments

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

See also

FeatureServiceSessionType