Uninvites a remote cluster to a channel.
POST/api/v4/remotecluster/:remote_id/channels/:channel_id/uninvite
Stops sharing a channel with a remote cluster. If the channel was not shared with the remote, calling this endpoint will have no effect.
Permissions
manage_shared_channels
Request
Responses
- 200
- 204
- 401
- 403
Remote cluster uninvited successfully
Channel was not shared with the remote cluster. No action needed.
No access token provided
Do not have appropriate permissions