Skip to main content
DELETE
Remove a firm trader mapping

Authorizations

Authorization
string
header
required

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

Body

application/json

Firm to trader mapping payload.

FirmTraderPayload schema.

firm_id
string
required

Firm identifier.

trader_id
string
required

Trader identifier.

Response

OK

FirmTraderRemovedResponse schema.

status
string

Status value returned by the API.

firm_id
string

Firm identifier.

trader_id
string

Trader identifier.