Skip to content

pp dataverse table remove

Removes a dataverse table in a given environment

Usage

pp dataverse table remove [options]

Options

-e, --environment <environment>
The name of the environment to remove a table from.
-n, --name<name>
The name of the dataverse table to remove.
--confirm
Don't prompt for confirmation
--asAdmin
Set, to remove the dataverse table as admin for environments you are not a member of.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. Default json
--verbose
Runs command with verbose logging
--debug
Runs command with debug logging

Examples

Removes a dataverse table in a given environment

m365 pp dataverse table remove -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"

Removes a dataverse table in a given environment as Admin

m365 pp dataverse table remove -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --asAdmin

Removes a dataverse table in a given environment without prompting for confirmation

m365 pp dataverse table remove -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --confirm

Response

The command won't return a response on success.