---
title: "HIDDeviceManager.Notification.deviceRemoved(_:)"
framework: corehid
role: symbol
role_heading: Case
path: "corehid/hiddevicemanager/notification/deviceremoved(_:)"
---

# HIDDeviceManager.Notification.deviceRemoved(_:)

A notification that a previously matched device was removed from the system.

## Declaration

```swift
case deviceRemoved(HIDDeviceClient.DeviceReference)
```

## Discussion

Discussion Any created HIDDeviceClient also receives a HIDDeviceClient.Notification.deviceRemoved notification.
