notification-service
Toggle table of contents
2.8.1
jvm
Platform filter
jvm
Switch theme
Search in API
notification-service
application
/
io.github.positionpal.notification.application.tokens
/
UsersTokensRepository
/
delete
delete
abstract
suspend
fun
delete
(
userToken
:
UserToken
)
:
Result
<
Unit
>
Deletes the given
userToken
.
Return
a
Result
indicating the success or failure of the operation.