https://api.snaptrade.com/api/v1/authorizations/{authorizationId}/disable
Manually force the specified connection to become disabled. This should only be used for testing a reconnect flow, and never used on production connections. Will trigger a disconnect as if it happened naturally, and send a CONNECTION_BROKEN webhook for the connection.
CONNECTION_BROKEN
Please contact us in order to use this endpoint as it is disabled by default.
authorizationId
string (format: uuid)
required
Unique identifier for the connection. This is the UUID used to reference the connection in SnapTrade.
userId
string
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.
userSecret
SnapTrade User Secret. This is a randomly generated string and should be stored securely. If compromised, please rotate it via the rotate user secret endpoint.
1Loading...
object
Confirmation that the connection has been disabled.
detail
Connection disabled confirmation
1{2 "detail": "Connection 0b3ebefb-ed47-43df-cd8f-729a4420b5cf has been disabled"3}