> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eigenpal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Fields

> Remove specified fields from an object

`transform.remove`, Remove specified fields from an object

## Configuration

Configuration goes inside the step's `with:` block.

<ParamField path="input" type="record<string, unknown>">
  Object to remove fields from
</ParamField>

<ParamField path="fields" type="array<string>" required>
  Field names to remove
</ParamField>

## Output

Returns `record<string, unknown>`. Object with fields removed
