Skip to content

Delete Row

Deletes a single row from the specified table instance.

Parameter

Parameterstype
rowIdString

Syntax

tableInstance.deleteRow(rowId);

Example

To remove an entry from the employee work experience table, work_table1, specify the row ID, table_row_Id, in the payload and the entry will be deleted from your table.

worktableInstance.deleteRow(“table_row_Id”);