Share via

Microsoft Graph, Planner API, delete ChecklistItem

Nedim Jahic 1 Reputation point
2022-07-03T21:18:45.357+00:00

Hello,

I am using java SDK for Microsoft Graph API and implementing a planner feature. When sending the PATCH request against https://graph.microsoft.com/v1.0/planner/tasks/<task-id>/details to delete one of the checklist items, I get a response without errors but the item is not deleted. When testing with same request in graph explorer, it works. I am setting the If-Match header, the value of the checklist-item to null and sending the details id in the request.

May this be a bug with the java SDK?

Best regards,
Nedim

Microsoft Security | Microsoft Graph

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.