How to close a zoom meeting

Hello

I have noticed that programmed meetings are not closed after the end if all the users leave and the owner doesn’t clic on the finish for all button.

1°) How can I check the status of previous meeting ?
2°) Should I delete old meeting or simply close them. In that case, how do I close a meeting with the API ?

Thanks

Hey @EVant,

If the meeting is not ended by the host, and it has no participants, it will end in a few minutes.

You can get the status of the meeting via GET /meetings/{meetingId}.

You can end a meeting via the PUT /meetings/{meetingId}/status endpoint.

Thanks,
Tommy