# RemoveConfig

> This document is the Markdown version of [formisch.dev/methods/api/RemoveConfig/](https://formisch.dev/methods/api/RemoveConfig/). For the complete documentation index, see [llms.txt](https://formisch.dev/llms.txt).

Configuration interface for removing items from array fields. Used by the `remove` method.

## Generics

- `TSchema` `extends FormSchema`
- `TFieldArrayPath` `extends RequiredPath`

## Definition

- `RemoveConfig`
  - `path` `ValidArrayPath<v.InferInput<TSchema>, TFieldArrayPath>`
  - `at` `number`

## Related

### Methods

[`remove`](/methods/api/remove.md)
