---
title: MIDINotificationMessageID.msgObjectRemoved
framework: coremidi
role: symbol
role_heading: Case
path: coremidi/midinotificationmessageid/msgobjectremoved
---

# MIDINotificationMessageID.msgObjectRemoved

The system removed a device, entity, or endpoint.

## Declaration

```swift
case msgObjectRemoved
```

## Discussion

Discussion This type’s data is MIDIObjectAddRemoveNotification.

## See Also

### Change Types

- [MIDINotificationMessageID.msgSetupChanged](coremidi/midinotificationmessageid/msgsetupchanged.md)
- [MIDINotificationMessageID.msgObjectAdded](coremidi/midinotificationmessageid/msgobjectadded.md)
- [MIDINotificationMessageID.msgPropertyChanged](coremidi/midinotificationmessageid/msgpropertychanged.md)
- [MIDINotificationMessageID.msgThruConnectionsChanged](coremidi/midinotificationmessageid/msgthruconnectionschanged.md)
- [MIDINotificationMessageID.msgSerialPortOwnerChanged](coremidi/midinotificationmessageid/msgserialportownerchanged.md)
- [MIDINotificationMessageID.msgIOError](coremidi/midinotificationmessageid/msgioerror.md)
