//
koffee-backend
/
eu.yeger.koffee.service
/
DefaultUserService
/
deleteUserById
deleteUserById
Deletes a
User
by id. Must validate that the
User
exists.
Return
The
Result
of the operation.
Parameters
id
The id of the
User
to be deleted.
open suspend override fun
deleteUserById
(id:
String
):
Result
<
String
>
Content copied to clipboard