Appearance
Delete (Supabase) ​
Use this action to delete rows from a Supabase table.
Add the action ​
- Create (or open) a workflow.
- Click
+ Add action. - Select
Supabase→Delete. - Select the Supabase
Connectionyou want to use.
Configure the action ​
- Table — The table you want to delete rows from.
Filters ​
- Filters (required) — Add at least one filter to define which rows should be deleted. This is a safety measure to avoid deleting everything by mistake.
Advanced ​
- Return columns (optional) — Choose which columns you want back from the deleted rows (default is all columns).
Common pitfalls ​
The action is marked as invalid ​
This usually means you didn’t add any filters. Add at least one filter to continue.
CONTINUE LEARNING
Need to delete a single row by ID? Add a filter like id equals the row ID.

