TablesWriteDo not retry automatically

Delete table

delete_table

Move a table to the trash. Rows are retained for the trash window and the table can be restored with restore_table; after the window expires the maintenance workflow purges it permanently.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID — get from list_tables

Example call

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

{
"tool": "delete_table",
"arguments": {
"tableId": "tableId_123"
}
}

Use this tool in

Related Tables tools