//
koffee-backend
/
eu.yeger.koffee.service
/
ItemService
/
deleteItemById
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
>
Content copied to clipboard