User Cancellation
Overview
Aside from revoking trading permissions, should a user terminate their use of your service you can cancel all of their subscriptions and entitlements within your organization. To do so you can use the user/cancelEverything endpoint.
Call CancelEverything from Both Trading Environments
Remember that you must call this endpoint from both the demo and live domains (or demo-api
and live-api in staging)
Live
Demo
Optional Parameters
You can also pass in the following optional parameters to control which entities are cancelled:
tradovateSubscriptions(boolean, optional) - Whether to cancel tradovate subscriptionsuserPlugins(boolean, optional) - Whether to cancel user pluginsmarketDataSubscriptions(boolean, optional) - Whether to cancel market data subscriptionstradingPermissions(boolean, optional) - Whether to cancel trading permissions
For example, to cancel only tradovate subscriptions and trading permissions, you can do the following:

