Skip to content

New command: m365 pp dataverse table row remove #4030

@appieschot

Description

@appieschot

Usage

m365 pp dataverse table row remove

Description

Remove row in a dataverse table

Options

Option Description
-i, --id <id> The row ID to remove
-t, --tableName <tableName> The name of the dataverse table to remove row from
-e, --environment <environment> The name of the environment to list all tables for
--asAdmin Run the command as admin for environments you are not a member of
--confirm Don't prompt for confirmation

Examples

Remove a row for the Appointment table with confirmation prompt

m365 pp dataverse table row remove -environment  "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "Appointment" --id 3

Remove a row for the Appointment table with confirmation prompt as Admin

m365 pp dataverse table row remove -environment  "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "Appointment" --id 3 --asAdmin

Additional Info

Can be done using Delete an existing row in a table: DELETE dynamicsApiUrl/api/data/v9.0/logicaltablename(id of the row)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions