Skip to content

pacx data delete

github-actions[bot] edited this page Jul 19, 2026 · 1 revision

Deletes a record from a Dataverse table.

Usage

Overview

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.

Options

  • --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

Examples

# 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

Arguments

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

Command list

Clone this wiki locally