delete-planner-task-message
Deletes a message from a Microsoft Planner task's chat. Optionally use an ETag for conditional deletion; returns a success or failure indication.
Instructions
[beta] Delete a plannerTaskChatMessage object.
💡 TIP: Deletes a message from a Planner task's chat. No request body; If-Match is optional if you want conditional deletion; returns 204. BETA Graph API: subject to change; delegated work/school accounts only — no application permissions, no personal Microsoft accounts, global cloud only (not GCC/DoD/21Vianet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| If-Match | No | ETag | |
| plannerTaskId | Yes | Path parameter: plannerTaskId | |
| plannerTaskChatMessageId | Yes | Path parameter: plannerTaskChatMessageId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |