Guides

Forget All

Request

{
  "forget_all": "ticks"
}

Attributes

forget_all
*
String
Enum
balance
candles
cashier_payments
p2p_advert
p2p_advertiser
p2p_order
proposal
proposal_open_contract
ticks
transaction
trading_platform_asset_listing
website_status
p2p_settings
crypto_estimations
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".