deleteScheduler.Rd
Delete a Scheduler.Schedulers are users on whose behalf the current user assistant can schedule meetings for. By calling this API, the current user will no longer be a scheduling assistant of this scheduler. **Prerequisite**: Current user must be under the same account as the scheduler.**Scopes**: user:write:admin user:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
deleteScheduler(userId, schedulerId, return_response = F)
userId | The user ID or email address of the user. For userlevel apps, pass me as the value for userId. |
---|---|
schedulerId | Scheduler's ID. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |