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)
Usage
m365 pp dataverse table row remove
Description
Remove row in a dataverse table
Options
-i, --id <id>-t, --tableName <tableName>-e, --environment <environment>--asAdmin--confirmExamples
Remove a row for the Appointment table with confirmation prompt
Remove a row for the Appointment table with confirmation prompt as Admin
Additional Info
Can be done using
Deletean existing row in a table: DELETEdynamicsApiUrl/api/data/v9.0/logicaltablename(id of the row)