unsubscribe

Arguments

subscriptionId: string

Request

socket.send(JSON.stringify({
  "event": "unsubscribe",
  "payload": {
    "subscriptionId": "xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
}}));

Response

{
  status: "ok",
  id: "Unsubscribed from subscription ${payload.subscriptionId}"
}