Removing a 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 DELETE /users/{userId}/token API to delete the user’s session and it infact 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 user(s) from a meeting?

Hi @taranvohra, we do not have in-meeting APIs. All of these functions are handled via our SDKs; however, this would require you to manage the meeting application. I’ll add this into our #feature-requests.

Thanks @michael.zoom, is there a timelimit when a feature-request is picked up for consideration?