Delete a single row from a table.
await client.tables.deleteRow("tbl_abc123", "row_xyz789");
204 No Content