3.8. Delete an Existing Partner Identifier
Method | URL |
---|---|
DELETE | oauth2/ctid/referral |
Deletes the partner identifier attached to a specific entity.
Request Body
Parameter | Parameter Type | Required? | Data Type | Description |
---|---|---|---|---|
userId | query | Yes | integer | The unique ID of a specific user. |
ctidTraderAccountId | query | No | integer | The unique ID of the linkage between a specific user and one of their trading accounts. |
brokerCrmName | query | Yes | string | Please, see Section 2.3. |
If ctidTraderAccountId
is unspecified, only a record with an unspecified account will be deleted.
Request Example
curl -X DELETE "https://HOST:PORT/cid/oauth2/ctid/referral?token=token=04d95575-c9af-42fba72e-2f0ce93f01d4?userId=10345533?ctidTraderAccountId=9017800&brokerCrmName=BESTBROKERCRM" -H "Accept: application/json"
Expected Response Status Code
200
Last update: February 6, 2023