Skip to content

New command: planner bucket remove #2742

@aakashbhardwaj619

Description

@aakashbhardwaj619

Usage

planner bucket remove

Description

Removes the Microsoft Planner bucket from a plan

Options

Option Description
--bucketId [bucketId] ID of the bucket to remove. Specify either bucketId or bucketName but not both.
--bucketName [bucketName] Name of the bucket to remove. Specify either bucketId or bucketName but not both.
--planId [planId] ID of the plan to which the bucket to remove belongs. Specify either planId or planName when using bucketName.
--planName [planName] Name of the plan to which the bucket to remove belongs. Specify either planId or planName when using bucketName.
--ownerGroupId [ownerGroupId] ID of the group to which the plan belongs. Specify ownerGroupId or ownerGroupName when using planName.
--ownerGroupName [ownerGroupName] Name of the group to which the plan belongs. Specify ownerGroupId or ownerGroupName when using planName.
--confirm Confirm removal of bucket.

Additional Info

Delete Bucket

Examples

Removes the Microsoft Planner bucket rX6L5EVbtUS9nQwVPSo9eMkAGEgM

m365 planner bucket remove --bucketId "rX6L5EVbtUS9nQwVPSo9eMkAGEgM"

Removes the Microsoft Planner bucket My Bucket belonging to plan uO1bj3fdekKuMitpeJqaj8kADBxO

m365 planner bucket remove --bucketName "My Bucket" --planId "uO1bj3fdekKuMitpeJqaj8kADBxO"

Removes the Microsoft Planner bucket My Bucket belonging to plan My Plan in group My Group

m365 planner bucket remove --bucketName "My Bucket" --planName "My Plan" --ownerGroupName "My Group"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions