Delete Market Watch¶
Deletes a symbol from market watch for the effective login.
DELETE
https://{some_domain}/market/watch
Authorization¶
This endpoint requires an authenticated session with one of the following access types:
SESSION_USERSESSION_MANAGERSESSION_ADMINSESSION_DEALER
Login resolution:
SESSION_USER: login is taken from the authenticated sessionSESSION_MANAGER,SESSION_ADMIN,SESSION_DEALER: request should include targetlogin
Request¶
Content-Type: application/json
Body Parameters¶
| Field | Type | Required | Description |
|---|---|---|---|
symbol |
string | Yes | Trading symbol to remove |
login |
int | No | Target account login for staff sessions |
Response¶
Success (200)¶
{
"data": "OK"
}
Error Responses¶
| HTTP | error |
Description |
|---|---|---|
| 400 | INVALID_DATA |
Request validation failed |
| 401 | PERMISSION_DENIED |
Missing or invalid access context |
| 400 | INVALID_LOGIN |
login is missing for staff sessions |
| 500 | INVALID_ADD_SYMBOL_TO_MARKET_WATCH |
Delete operation failed |