deleteDevice

abstract suspend fun deleteDevice(device: Device): Result<Unit>

Remove a device used to receive push notifications.

Return

Result if the operation was successful or not.

Parameters

device

The Device, previously provided by createDevice.