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 rows

Use Delete rows to remove rows from a table from an API Endpoint workflow.

This is helpful for endpoints like “delete account”, “remove item”, or “cancel booking”.

Add the action

  1. In Data & API, open your API Endpoint workflow.
  2. Click + Add an action.
  3. Go to DataTables.
  4. Select Delete rows.

Configuration

Choose a table

Table: Select the table you want to delete rows from.

Choose how to find the rows to delete

In Delete mode, you can choose:

  • By ID: Delete one row by its ID
  • By Filters: Delete all rows that match a set of filter rules

If you choose By ID, you’ll fill in ID.

If you choose By Filters, use Filter to choose which rows should be deleted.

Options

  • Return Deleted Data: When enabled, the action returns the deleted rows in the result

Common pitfalls

I deleted more than I expected

If you use By Filters, double-check your filter rules before running the workflow.

If you only want to delete one row, use By ID.

CONTINUE LEARNING

Learn how to return a clear success or error message.

Send response →