Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 565 Bytes

File metadata and controls

28 lines (19 loc) · 565 Bytes
code type title description
true
page
UnsubscribeAsync
Removes a subscription.

UnsubscribeAsync

Removes a subscription.

Arguments

public async Task UnsubscribeAsync(string roomId);
Argument Type Description
room_id
string&
Subscription room ID

Exceptions

Throws a KuzzleException if there is an error. See how to handle error.

Usage

<<< ./snippets/unsubscribe.cs