Logo
Zoom Public API Documentation

Delete user schedulers

DELETE {{baseUrl}}/users/:userId/schedulers

Delete all of a user's schedulers. For user-level apps, pass the me value instead of the userId parameter.

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 any user.

Prerequisites: * Current user (assistant) must be under the same account as the scheduler.

Scopes: user:write:admin,user:write

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/users/:userId/schedulers'

ENDPOINTS