Using the Zoom API, is there a way I can end a meeting and kick out every participant in the Waiting Room?

We are using Zoom APIs to create meetings dynamically, and then we send those meeting links to participants.

Some participants join the meeting early and are in the Waiting Room waiting for the host to let them in. Unfortunately, at the last minute, the host cannot conduct the meeting anymore. The host does not join the meeting.

I realize that from the API, we can cancel the meeting, but (using the API) can I kick out every participant that is in the Waiting Room, so that they do not wait forever?

@alex.diaz you can use update meeting status, with the enum “end”