# `GSAxis removeObjectFromNamesAtIndex:`

*Instance Method*

Removes the name at idx

## Declaration

```swift
func removeObjectFromNames(at idx: UInt)
```

```objc
- (void) removeObjectFromNamesAtIndex:(NSUInteger) idx;
```

```python
removeObjectFromNamesAtIndex_(idx: int)
```

## Parameters

- `idx` — The index

