# `GSAxis removeObjectFromNames:`

*Instance Method*

Removes the name

## Declaration

```swift
func removeObject(fromNames name: GSInfoValue)
```

```objc
- (void) removeObjectFromNames:(GSInfoValue *) name;
```

```python
removeObjectFromNames_(name: GSInfoValue)
```

## Parameters

- `name` — The object to be removed

