We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m365 viva engage community remove [options]
Removes a Viva Engage community
-i, --id [id]
id
displayName
entraGroupId
-n, --displayName [displayName]
--entraGroupId [entraGroupId]
-f, --force
Remove a community specified by the community id without prompting
m365 viva engage community remove --id eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiI0NzY5MTM1ODIwOSJ9 --force
Remove a community specified by name and prompt for confirmation
m365 viva engage community remove --displayName 'Software Engineers'
Remove a community specified by the Microsoft Entra group id without prompting
m365 viva engage community remove --entraGroupId 0bed8b86-5026-4a93-ac7d-56750cc099f1 --force
No response
API https://learn.microsoft.com/en-us/graph/api/community-delete?view=graph-rest-1.0&tabs=http
All the associated Microsoft 365 content, including the M365 group, the document library, OneNote notebook, and Planner plans is deleted.
The text was updated successfully, but these errors were encountered:
Nice suggestion, let's also add an example for the displayName. Do you want to work on it, or should we open it up?
Sorry, something went wrong.
@milanholemans Example added. I can work on it
viva engage group
MartinM85
Successfully merging a pull request may close this issue.
Usage
m365 viva engage community remove [options]
Description
Removes a Viva Engage community
Options
-i, --id [id]
id
,displayName
orentraGroupId
, but not multiple.-n, --displayName [displayName]
id
,displayName
orentraGroupId
, but not multiple.--entraGroupId [entraGroupId]
id
,displayName
orentraGroupId
, but not multiple.-f, --force
Examples
Remove a community specified by the community id without prompting
Remove a community specified by name and prompt for confirmation
m365 viva engage community remove --displayName 'Software Engineers'
Remove a community specified by the Microsoft Entra group id without prompting
Default properties
No response
Additional Info
API
https://learn.microsoft.com/en-us/graph/api/community-delete?view=graph-rest-1.0&tabs=http
All the associated Microsoft 365 content, including the M365 group, the document library, OneNote notebook, and Planner plans is deleted.
The text was updated successfully, but these errors were encountered: