Logo
Zoom Public API Documentation

Delete a channel

DELETE {{baseUrl}}/chat/channels/:channelId

Deletes a specific channel. Zoom chat channels allow users to communicate via chat in private or public groups.

Scope: chat_channel:write
Rate Limit Label: Medium

Note: This API only supports user-managed OAuth app.


 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/chat/channels/:channelId'

ENDPOINTS