channels
Remove user from channel
Delete a channel member, effectively removing them from a channel.
Channel members can only be deleted from public or private channels.
Permissions
manage_public_channel_members permission if the channel is public. manage_private_channel_members permission if the channel is private.
delete/api/v4/channels/{channel_id}/members/{user_id}
Path parameters
channel_idstring required
Channel GUID
user_idstring required
User GUID
Response
Channel member deletion successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.