# `MGOrderedDictionary removeObjectForKey:`

*Instance Method*

## Declaration

```swift
func removeObject(forKey key: KeyType)
```

```objc
- (void) removeObjectForKey:(KeyType) key;
```

```python
removeObjectForKey_(key: KeyType)
```

