bulk_delete_records
Delete multiple Dataverse records in a single batch operation, supporting up to 1000 GUIDs per call with per-record success and failure tracking.
Instructions
Delete multiple records in a single OData $batch operation. Up to 1000 GUIDs per call. Tracks per-record success/failure — partial success is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordIds | Yes | Array of record GUIDs to delete. | |
| tableName | Yes | Logical (schema) name of the Dataverse table, e.g. 'account' or 'crb69_myentity' |