logo
Connections

Delete brokerage authorization

delete
https://api.snaptrade.com/api/v1/authorizations/{authorizationId}

Deletes a specified brokerage authorization given by the ID.

Execute an API Request

Path
authorizationIdstring (format: uuid)required

The ID of the Authorization to delete.

Query
userIdstringrequired

SnapTrade User ID. This is chosen by the API partner and can be any string that is a) unique to the user, and b) immutable for the user. It is recommended to NOT use email addresses for this property because they are usually not immutable.

userSecretstringrequired

SnapTrade User Secret (generated when registering user)

Authorization
Request
Installation
$
npm install snaptrade-typescript-sdk
1
Loading...

Response fields

No response fields.