Delete Event returns 201 and not 204

Andrew Kennard 151 Reputation points
2021-11-08T15:27:58.363+00:00

I can create a calendar event using the Graph API OK

When I call delete event passing the event ID it deletes it but it returns 201 and the documentation says I should get 204 back ?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,603 questions
{count} votes

Accepted answer
  1. Andrew Kennard 151 Reputation points
    2021-11-10T09:40:35.537+00:00

    Thanks. My bad. I have to read the status from a different location in my application for calls that don't return a full response

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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