deleteFavourite

open suspend override fun deleteFavourite(contentId: String): Result<Unit, Error>

Makes a call to Favourites Service Microservice and deletes the favourite for a given content identifier.

Return

Error instance in case of the failure.

Parameters

contentId

the unique identifier of the content.