kyleboe / zoom_rb

Ruby REST API Wrapper for zoom.us API
https://developers.zoom.us/docs/api/
MIT License
83 stars 104 forks source link

Adds a meeting_delete_registrant action #468

Closed kfitzpatrick closed 8 months ago

kfitzpatrick commented 8 months ago

Adds a meeting_delete_registrant action per the spec at https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/\#operation/meetingregistrantdelete.

We added this before realizing there was an open PR https://github.com/kyleboe/zoom_rb/pull/465 to do some similar work. We're happy either way.