Cancel Tradovate Subscription
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: All authenticated users
Environments: Live
Rate Limit: No endpoint-specific limit
Cancels a user’s Tradovate Trader membership subscription. Identify the subscription with tradovateSubscriptionId (the integer entity ID). Optionally provide a cancelReason for record-keeping, and set expire to control whether the subscription is canceled immediately or allowed to lapse at the end of its current period.
This is a Live-only endpoint; calling it on Demo returns an environment error directing you to the Live host. The request is forwarded to the license service, which performs the cancellation and returns the result.
On success, the response returns the updated tradovateSubscription with an empty errorText. On a handled failure, the response carries a non-empty errorText (and may include an errorCode) describing the problem.
Common Failure Scenarios
tradovateSubscriptionId doesn’t exist or isn’t accessible to the caller.HTTP 401).Error Messages