Chuyển đến nội dung chính
DELETE
https://api-oms.verolabs.co
/
api
/
v1
/
util
/
firms
/
traders
Remove a firm trader mapping
curl --request DELETE \
  --url https://api-oms.verolabs.co/api/v1/util/firms/traders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "firm_id": "<string>",
  "trader_id": "<string>"
}
'
{
  "status": "<string>",
  "firm_id": "<string>",
  "trader_id": "<string>"
}

Ủy quyền

Authorization
string
header
bắt buộc

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Nội dung

application/json

Firm to trader mapping payload.

FirmTraderPayload schema.

firm_id
string
bắt buộc

Firm identifier.

trader_id
string
bắt buộc

Trader identifier.

Phản hồi

OK

FirmTraderRemovedResponse schema.

status
string

Status value returned by the API.

firm_id
string

Firm identifier.

trader_id
string

Trader identifier.