Logo
Zoom Public API Documentation

Remove a member

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

Removes a member from a chat channel. A channel can have one or many members.

Scopes: chat_channel:write
Rate Limit Label: Medium

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


 

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/:identifier'

ENDPOINTS