Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Delete (Supabase) ​

Use this action to delete rows from a Supabase table.

Add the action ​

  1. Create (or open) a workflow.
  2. Click + Add action.
  3. Select Supabase → Delete.
  4. Select the Supabase Connection you 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.

Supabase integration →