Skip to main content
DELETE
/
v1
/
trading
/
connections
/
{env}
Disconnect brokerage
curl --request DELETE \
  --url https://api.usenaive.ai/v1/trading/connections/{env} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

env
enum<string>
required
Available options:
paper,
live

Response

Disconnected.

The response is of type object.