Remove participant from zoom meeting

We are currently trying to find a way to programmatically remove a user from a Zoom meeting. The users are signed in with SSO. We tried using the DELETE /users/{userId}/token API to delete the user’s session and it does log out the user from Zoom BUT the user still REMAINS in the meeting. Any reason for this behavior?

On a general note, Is it possible to have an official API to remove the user(s) from a meeting?

1 Like

Currently, we do not have a method to remove a participant from a meeting programmatically. This is an intentional decision so that we can prevent applications from disrupting the meeting experience.

If this is something we see demand for in the future we will re-evaluate this functionality. Can you share your use case here?

1 Like

An official API would be a huge help. Far too many meetings have been bombarded by random participants causing significant disruption.