# `GSInstance removeObjectFromCustomParametersAtIndex:`

*Instance Method*

Removes the custom parameter at the specified index.

## Declaration

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

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

```python
removeObjectFromCustomParametersAtIndex_(idx: int)
```

## Parameters

- `idx` — The index.

