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#
| Name | Type | Required | Default |
|---|---|---|---|
table_id | string | yes | |
row_ids | any | yes |
Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.