Appearance
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
- In
Data & API, open your API Endpoint workflow. - Click
+ Add an action. - Go to
Data→Tables. - 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 IDBy 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.

