-
Notifications
You must be signed in to change notification settings - Fork 16
pacx data delete
github-actions[bot] edited this page Jul 19, 2026
·
1 revision
Deletes a record from a Dataverse table.
This command deletes a record from the specified Dataverse table. Both --table and --id are required. Use --dry-run to preview the record before committing the deletion.
- --table (-t): logical name of the table containing the record
- --id: GUID of the record to delete
- --dry-run (-dr): retrieves and displays the record's primary field without deleting it
# Delete a contact record
pacx data delete -t contact --id 3fa85f64-5717-4562-b3fc-2c963f66afa6
# Preview the record before deleting
pacx data delete -t contact --id 3fa85f64-5717-4562-b3fc-2c963f66afa6 --dry-run| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
id |
id |
Y | The GUID of the record to delete. | - | Guid |
table |
t |
Y | Logical name of the target table. | - | String |
dry-run |
dr |
N | Retrieves and displays the record without deleting it. | False |
true, false |
- pacx auth
- pacx column
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow