removes a row from a table

removes a row from a table

post/api/notebook/removeTableRow

Query parameters

notebookIdstring required

the notebook id

Request body

tableIdstring required

the id of the table you want to insert remove a row from

rowIndexinteger required

the index of the row you want to remove. starts at 0

Response

Ok

Changes