removeFromFavorites

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

Removes the portal item from the favorites group.

Return

a Result indicating if the remove operation was successful or not

Since

200.0.0

Parameters

portalItem

the item to remove from the favorites group