BulkDeleteRecords
Remove multiple records from a specified collection in Astra DB. Provide the collection name and an array of record IDs to delete them efficiently.
Instructions
Delete multiple records from a collection at once
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionName | Yes | Name of the collection containing the records | |
recordIds | Yes | Array of record IDs to delete |