pp dataverse table remove
Removes a dataverse table in a given environment
Usage
m365 pp dataverse table remove [options]
Options
-e, --environmentName <environmentName>The name of the environment to remove a table from.
-n, --name<name>The name of the dataverse table to remove.
-f, --forceDon't prompt for confirmation
--asAdminSet, 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,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Examples
Removes a dataverse table in a given environment
m365 pp dataverse table remove --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser"
Removes a dataverse table in a given environment as Admin
m365 pp dataverse table remove --environmentName "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 --environmentName "Default-2ca3eaa5-140f-4175-8261-3272edf9f339" --name "aaduser" --force
Response
The command won't return a response on success.