deleteAttachment

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

Deletes the given attachment from this feature.

Return

A Result of type Unit.

Since

200.1.0

Parameters

attachment

The attachment.

See also