deleteAttachment

suspend fun deleteAttachment(attachment: Attachment): Result<Unit>

Deletes the given attachment from this feature.

Return

A Result that has no return value.

Since

200.1.0

Parameters

attachment

The attachment.

See also

FeatureServiceSessionType