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

See also

FeatureServiceSessionType