TablesWriteDo not retry automatically

Delete table rows

delete_table_rows

Move rows to the trash. They stay restorable for the trash window, and a sync will NOT resurrect them in the meantime — a deleted row that arrives again from the bank is skipped, because the deletion was deliberate.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID — get from list_tables
rowIdsstring[]requiredRow IDs — get from query_table_rows

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "delete_table_rows",
"arguments": {
"tableId": "tableId_123",
"rowIds": "value"
}
}

Use this tool in

Related Tables tools