deletePortalItem

suspend fun deletePortalItem(portalItem: PortalItem): Result<Unit>

Deletes the specified item from the portal.

Return

a Result indicating if the delete operation was successful or not

Since

200.0.0

Parameters

portalItem

the item to be deleted