confluence_delete_table_row
Remove a selected row from any table on a Confluence page using page ID and row index for precise document-level editing.
Instructions
Delete a row from a table on a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
row_index: Zero-based row index to delete.
table_index: Which table on the page (0-based, default first table).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| row_index | Yes | ||
| table_index | No |