Skip to main content
DELETE
/
v1
/
tables
/
{table_id}
/
rows
/
{row_id}
await client.tables.deleteRow("tbl_abc123", "row_xyz789");

Path parameters

table_id
string
required
The unique identifier of the table.
row_id
string
required
The unique identifier of the row.

Response

Returns 204 No Content on success.
await client.tables.deleteRow("tbl_abc123", "row_xyz789");