Logo
Zoom Public API Documentation

Delete a scheduler

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

Delete a scheduler. For user-level apps, pass the me value instead of the userId parameter.

Schedulers are users who the current user (assistant) can schedule meetings on their behalf. By calling this API, the current user will no longer be a scheduling assistant of this scheduler.

Prerequisites: * Current user 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/:schedulerId'

ENDPOINTS