Deletes rows from the Cassandra table that match the specified WHERE clause conditions.
delete(whereClause: WhereClause): Promise<ResultSet>| Name | Type | Description |
|---|---|---|
whereClause* | WhereClause | Defines the conditions that must be met for rows to be deleted. Can be a single filter, an array of filters, or a key-value map translating to filter conditions. |