Description
Can I delete a Rooms schedule using the Zoom Rooms API?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT.
Additional context
I tried to delete the Rooms schedule using Cancel, one of the ZoomRooms APIs, but I couldn’t.
How do I delete Rooms schedules with the API?
tommy
(Tommy Gaessler)
June 24, 2020, 7:34pm
2
Hey @tajima-a ,
Have you tried deleting the meeting itself ?
Thanks,
Tommy
Hi @tommy ,
I haven’t tried that yet.
Can I delete the Rooms schedule with delete a Meeting ?
Then, can the Rooms schedule also get the meeting ID in list Meetings ?
When registering or deleting a schedule using the API, are the following steps correct?
1.Book Rooms meetings using the Zoom Rooms API’s “schedule” .
2.Using the Zoom API “list meetings” to get the Rooms meeting ID.
3.Delete a Rooms meeting using “delete a meeting” in the Zoom API .
tommy
(Tommy Gaessler)
June 25, 2020, 8:45pm
4
Hey @tajima-a ,
Are you trying to delete a single meeting from the schedule list?
What was the error message when you were trying the Room Room Cancel endpoint ?
Thanks,
Tommy
Hi @tommy ,
I can delete Rooms schedule using the “cancel” API .
The cause of the failure was that the RoomsID was wrong.
Now I know how to create and delete Rooms schedules with API, thanks.
How do I update my Rooms schedule information using the API?
For example, I want to change the start time and topic.
tommy
(Tommy Gaessler)
June 30, 2020, 9:17pm
6
Hey @tajima-a ,
Happy to hear you figured out the issue!
Currently we do not have an edit Zoom Room Schedule API, but you could cancel, and then reschedule the meeting.
Thanks,
Tommy