# `GSCFIndexToCFIndexMap removeIndexValueForIndexKey:`

*Instance Method*

## Declaration

```swift
func removeIndexValue(forIndexKey indexKey: CFIndex)
```

```objc
- (void) removeIndexValueForIndexKey:(CFIndex) indexKey;
```

```python
removeIndexValueForIndexKey_(indexKey: CFIndex)
```

