Document apiReferenceTables

tables.deleteRow

Delete a row from the target table.

mutates documenttracked modedry runconditional
doc.tables.deleteRow(…)

Expected result

Returns a TableMutationResult receipt; reports NO_OP if the target row does not exist.

Inputs

Variant 1
targetTableRowAddressrequired
Fields
kind"block"required
nodeType"tableRow"required
nodeIdstringrequired
Variant 2
targetTableAddressrequired
Fields
kind"block"required
nodeType"table"required
nodeIdstringrequired
rowIndexintegerrequired
Variant 3
nodeIdstringrequired
rowIndexintegerrequired

Result

Output fields
true
successtruerequired
tableTableAddress
Fields
kind"block"required
nodeType"table"required
nodeIdstringrequired
trackedChangeRefsEntityAddress[]
false
successfalserequired
failureobjectrequired
Fields
code"NO_OP" | "INVALID_TARGET" | "TARGET_NOT_FOUND" | "CAPABILITY_UNAVAILABLE"required
messagestringrequired
detailsunknown

Failures

Pre-apply throws

  • TARGET_NOT_FOUND
  • INVALID_TARGET
  • CAPABILITY_UNAVAILABLE
1 more codes
  • INVALID_TARGET

Non-applied receipt codes

  • INVALID_TARGET
  • NO_OP

Raw schemas

Open the generated JSON artifact for the exact input, output, success, and failure schemas represented by this contract version.

View raw JSON schemas