Table of Contents

Remove-PnPPlannerTask

SYNOPSIS

Required Permissions

  • Microsoft Graph API: One of Tasks.ReadWrite, Tasks.ReadWrite.All, Group.ReadWrite.All

Removes a Planner task.

SYNTAX

Remove-PnPPlannerTask -Task <PlannerTaskPipeBind> 

DESCRIPTION

This cmdlet removes a specific Planner task.

EXAMPLES

Example 1

Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk

Removes the task with the specified id.

PARAMETERS

-Task

Specify the id or Task object to delete.

Type: PlannerTaskPipeBind
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Microsoft 365 Patterns and Practices