Logo
Zoom Public API Documentation

Delete an existing event from the specified calendar

DELETE {{baseUrl}}/calendars/:calId/events/:eventId?sendUpdates=none

Deletes an event.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: HEAVY

 

Body PARAM

Key Datatype Required Description 
sendUpdates
string Whether to send notifications about the deletion of the event. Note that some emails might still be sent.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/calendars/:calId/events/:eventId?sendUpdates=none?sendUpdates=none'

ENDPOINTS