delete

abstract suspend fun delete(userToken: UserToken): Result<Unit>

Deletes the given userToken.

Return

a Result indicating the success or failure of the operation.