API - "restore meeting occurrence" function

We teach classes via Zoom, I’m integrating our internal scheduling application with zoom meeting scheduling using the API. If a teacher needs to cancel a meeting in our internal software, I’m able to delete the meeting using the API. However, if circumstances change, or if the teacher made a mistake, there is no way to restore the meeting using the API (even though there is a Restore link in the web interface.)

Describe the solution you’d like
I just need a simple API call to restore a deleted meeting

Describe alternatives you’ve considered
Right now I have my application email me, then I manually go into the Zoom web site and click the “Restore” link. Obviously I’d much rather do this programmatically.

1 Like