Přejít na hlavní obsah
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.

Parametry cesty

table_id
string
povinné
Jedinečný identifikátor tabulky.
row_id
string
povinné
Jedinečný identifikátor řádku.

Odpověď

Při úspěchu vrací 204 No Content.
await client.tables.deleteRow("tbl_abc123", "row_xyz789");