Guides

Forget

Request

{  
"forget":"d1ee7d0d-3ca9-fbb4-720b-5312d487185b"  
"req_id":11  
}

Attributes

forget
*
String
a-z, A-Z, 0-9, -
ID of the real-time stream of messages to cancel.
Example: d1ee7d0d-3ca9-fbb4-720b-5312d487185b

req_id
Integer
0-9
Used to map request to response.
Example: 11

Response

{
  "echo_req": {
    "forget": "d1ee7d0d-3ca9-fbb4-720b-5312d487185b",
    "req_id": 11
  },
  "forget": 0,
  "msg_type": "forget",
  "req_id": 11
}

Attributes

echo_req
Object
Echo of the request made.

msg_type
Constant
String forget
Action name of the request made.


req_id
Integer
Optional field sent in request to map to response, present only when request contains "req_id".