---
title: "removeEntry(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsform/removeentry(at:)"
---

# removeEntry(at:)

Removes and releases the entry at the specified index.

## Declaration

```swift
func removeEntry(at index: Int)
```

## Parameters

- `index`: The zero-based index identifying the desired entry.

## Discussion

Discussion If the specified index is invalid, this method does nothing.

## See Also

### Adding and Removing Entries

- [addEntry(_:)](appkit/nsform/addentry(_:).md)
- [insertEntry(_:at:)](appkit/nsform/insertentry(_:at:).md)
