Skip to main content

pa app remove

Removes the specified Power App

Usage

m365 pa app remove [options]

Options

-n, --name <name>

The name of the Power App to remove

-f, --force

Don't prompt for confirmation

-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 options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

By default, the command will try to remove a Power App. As maker, you are able to delete the Power Apps you own. As administrator, you are also able to delete Power Apps from other users.

To remove a model-driven Power App you need administrator permissions.

If the Power App with the name you specified doesn't exist, you will get the Error: App 'abc' does not exist error.

Examples

Removes the specified Power App

m365 pa app remove --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d

Removes the specified Power App without confirmation

m365 pa app remove --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --force

Response

The command won't return a response on success.

CTRL + M