Logo
Zoom Public API Documentation

Delete a channel

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

Deletes a specific channel. For user-level apps, pass the me value instead of the userId parameter.

Zoom chat channels allow users to communicate via chat in private or public groups.

Scopes: chat_channel:write:admin
Rate Limit Label: Medium

Note: This API only supports a 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/users/:userId/channels/:channelId'

ENDPOINTS