# `GSPalettes removePaletteAtIndex:`

*Instance Method*

Removes the palette at the specified index.

## Declaration

```swift
func removePalette(at paletteIdx: UInt)
```

```objc
- (void) removePaletteAtIndex:(NSUInteger) paletteIdx;
```

```python
removePaletteAtIndex_(paletteIdx: int)
```

## Parameters

- `paletteIdx` — The index of the palette to remove.

