delete_record
Delete a single Dataverse record permanently by specifying its table name and GUID. Irreversible action removes the record from Microsoft Dataverse.
Instructions
Delete a single Dataverse record by its GUID. This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordId | Yes | GUID of the record, e.g. '00000000-0000-0000-0000-000000000000' | |
| tableName | Yes | Logical (schema) name of the Dataverse table, e.g. 'account' or 'crb69_myentity' |