public Task DeleteDevice(
DeviceDto device,
UserSessionData deletedBy,
bool forceDelete = false,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user deletedBy did not have the correct permissions |
| ArgumentNullException | Thrown if device or deletedBy was |