deleteItemById

Deletes an Item by id. Must validate that the Item exists.

Return

The Result of the operation.

Parameters

id
The id of the Item to be deleted.
abstract suspend fun deleteItemById(id: String): Result<String>