Google Calendar API Error - HELP

Hello,

I am trying to integrate Google Calendar into my app. I have done the create and edit calls with no issues. I am currently trying to do the delete call and it keeps giving me this error code. Can someone please help!?

Note I took out my calendar Id and access token due to privacy concerns, but everything else is what I originally had inputted when this error message occurred

.

Hey @calleigh! A couple of things to try:
Try removing the JSON body from your DELETE call - Google Calendar doesn’t need it for deletes, so it might be causing the issue.

Also, try using a different event ID. That 410 error usually means the event’s already been deleted, so grabbing a fresh one should help.

Let me know how it goes!