rows
Delete a row
Deletes a row within the specified table.
delete/tables/{tableId}/rows/{rowId}
Path parameters
tableIdstring required
The ID of the table which this request is targeting.
rowIdstring required
The ID of the row which this request is targeting.
Headers
x-budibase-app-idstring required
The ID of the app which this request is targeting.
Response
Returns the deleted row, including the ID which has been generated for it.