What It Does
- Deletes selected columns from your data
- Supports multiple columns at once
- Ignores missing columns if theyโve been removed upstream
- Returns your cleaned data, with row count and order preserved
๐ Getting Started

1
Add the Node
Drag in the Delete Column node from the panel.
2
Connect an Input
Use any node that outputs data.
3
Select Columns to Delete
Use the dropdown to pick one or more columns to remove.
4
Run the Node
Hit Run to remove the selected columns.
Inputs
๐ ๏ธ Required Fields
- Columns to Delete (โ
)
One or more column names selected from the dropdown.
Why it matters: The node canโt run unless at least one column is selected.
Youโll only see columns from the immediate upstream node. If a column is missing, check that it wasnโt dropped earlier in the play.
Output
Youโll get back your input data โ minus the columns you chose to remove.- Row count and column order are preserved
- Any columns that no longer exist upstream are ignored

How It Works
- Loads your input data
- Applies the column deletion list
- Skips any missing columns
- Removes the selected fields
- Returns a simplified version of your data
๐ Example Use Cases & Prompts
| Use Case | Setup Example |
|---|---|
| Clean up before export | Remove notes_draft, temp_tags |
| Drop unused enrichments | Delete angellist_url, alexa_ranking |
| Remove sensitive fields | Exclude email, phone, linkedin_uid |
| Shrink dataset | Only keep whatโs needed for downstream |
โจ Pro Tips
โ ๏ธ Important Considerations
๐ Troubleshooting & Gotchas
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| Output is empty | All columns were removed | Keep at least one field in the result |
| Missing column | It may have been removed upstream | Check earlier nodes in the play |
๐ FAQ
Can I delete columns that donโt exist anymore?
Can I delete columns that donโt exist anymore?
You can only delete columns that are passed into this node from the upstream node.
Do I need to type column names manually?
Do I need to type column names manually?
Nope โ just use the dropdown menu to pick available fields.
What if I accidentally delete all columns?
What if I accidentally delete all columns?
Youโll get an empty dataset. No problem โ reconfigure the node and run it again with the columns you want to keep.
๐ฐ Pricing
The Delete Column node is free โ no credits required.
Keep your data tight and tidy โ drop what you donโt need, and pass along only what matters. ๐งผ๐ง