Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

delete_table_rows

Delete rows from a table. Rows are soft-deleted (recoverable by staff).

Args: table_id: The table id (e.g. “dtbl_abc123”) row_ids: JSON array of row ids from query_table_rows. Ids that are not in this table are ignored rather than deleted elsewhere.

Returns: {table_id, deleted}

Parameters#

NameTypeRequiredDefault
table_idstringyes
row_idsanyyes

Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.