spo site apppermission remove
Removes a specific application permission from a site
Usage
m365 spo site apppermission remove [options]
Options
-u, --siteUrl <siteUrl>
URL of the site collection where the permission to remove is located
--appId [appId]
App Id
-n, --appDisplayName [appDisplayName]
App display name
-i, --id [id]
ID of the permission 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 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
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Example
Removes all application permissions for application with id 89ea5c94-7736-4e25-95ad-3fa95f62b66e on site https://contoso.sharepoint.com/sites/project-x
m365 spo site apppermission remove --siteUrl https://contoso.sharepoint.com/sites/project-x --appId 89ea5c94-7736-4e25-95ad-3fa95f62b66e
Removes all application permissions for application named Foo on site https://contoso.sharepoint.com/sites/project-x
m365 spo site apppermission remove --siteUrl https://contoso.sharepoint.com/sites/project-x --appDisplayName Foo
Removes the application permission with the specified ID on site https://contoso.sharepoint.com/sites/project-x
m365 spo site apppermission remove --siteUrl https://contoso.sharepoint.com/sites/project-x --id aTowaS50fG1zLnNwLmV4dHw4OWVhNWM5NC03NzM2LTRlMjUtOTVhZC0zZmE5NWY2MmI2NmVAZGUzNDhiYzctMWFlYi00NDA2LThjYjMtOTdkYjAyMWNhZGI0
Response
The command won't return a response on success.