Reopen Trading Account
API URL: DELETE https://userapi-demo.s2f.projectx.com/TradingAccount/reopen/{tradingAccountId}
API Reference: /TradingAccount/reopen/{tradingAccountId}
Description
Reopens a previously closed Trading Account.
Parameters
| Name | Type | Description | Required | Nullable |
|---|---|---|---|---|
| tradingAccountId | integer | The Trading Account's id. | Required | false |
Example Usage
Example Request
- cURL
curl -X 'DELETE' \
'https://userapi-demo.s2f.projectx.com/TradingAccount/reopen/7' \
-H 'accept: application/json'
Example Response
- Success
- Error
Error: response status is 401