Logo
Zoom Public API Documentation

Leave a channel

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

Leaves a specific channel. After leaving the channel, you can no longer access information from that channel.If you're no longer interested in being a member of an existing channel, you can leave the channel at any time.

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


Scope: chat_channel:write
Rate Limit Label: Medium

 

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/members/me'

ENDPOINTS