Smazání více řádků z tabulky najednou.
const result = await client.tables.bulkDelete("tbl_abc123", { row_ids: ["row_1", "row_2", "row_3"], }); console.log(result.deleted_count); // 3
{ "deleted_count": 3 }
Documentation IndexFetch the complete documentation index at: https://productlasso.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt
Use this file to discover all available pages before exploring further.