TablesWriteRetry-safe

Delete a file from a row

delete_table_attachment

Remove one attached file. The cell entry, the index row and the stored object are destroyed together, and the workspace’s storage total is credited back.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
assetIdstringrequiredAttachment id — from list_row_attachments

Example call

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

{
"tool": "delete_table_attachment",
"arguments": {
"tableId": "tableId_123",
"assetId": "assetId_123"
}
}

Use this tool in

Related Tables tools