This action makes a client leave the currently selected channel at the server's request, using either the currently selected client or a different client identified by their ID.

It takes one parameter, which is the client ID to be kicked from the channel. If this is set to -1, the currently selected client is kicked from the channel instead.


The selected client is not changed by this action.


You should not use this action to make a client leave the channel "apples" in response to a Channel > On leave request event for channel "apples". Doing so will cause undefined behavior, and may result in server instability.

It is safe to make the client leave a different, second channel during a leave request, however.

Instead, read more about how the channel leave request is approved, and options for modifying a leave request, under the Enable/disable conditions > On leave channel request action.