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

Documentation Index

Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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");