# `GSNotifyingDictionary removeObjectForKey:`

*Instance Method*

## Declaration

```swift
func removeObject(forKey key: Any!)
```

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

```python
removeObjectForKey_(key: object)
```

