POST api/data/analysis/remove

Removed the learned symbol

Request Information

URI Parameters

None.

Body Parameters

DashboardInput
NameDescriptionTypeAdditional information
Symbol

string

None.

Timeframe

string

None.

MinPip

integer

None.

MaxPip

integer

None.

SecurityToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Symbol": "sample string 1",
  "Timeframe": "sample string 2",
  "MinPip": 3,
  "MaxPip": 4,
  "SecurityToken": "sample string 5"
}

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true
}