Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete a single row from a table.
await client.tables.deleteRow("tbl_abc123", "row_xyz789");
client.tables.delete_row("tbl_abc123", "row_xyz789")
curl -X DELETE "https://hub.banditshq.com/api/v1/tables/tbl_abc123/rows/row_xyz789" \ -H "Authorization: Bearer lasso_..."
204 No Content