Cancel Everything

### Cancel any number of market data subscriptions, tradovate subscriptions, trading permissions, or user plug-ins. `CancelEverything` combines the functionality of multiple other endpoints. Use `cancelEverything` to do any or all of the following: - Cancel market data subscriptions - Cancel Tradovate subscriptions - Revoke trading permissions - End user plug-in subscriptions <Note>**NOTE**: To achieve both a full revocation of accounts and cancellation of all subscriptions, this endpoint will need to be called from both `live.tradovateapi.com/v1` and `demo.tradovateapi.com/v1`.</Note>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
userIdslist of longsRequired
tradovateSubscriptionsbooleanOptional
userPluginsbooleanOptional
marketDataSubscriptionsbooleanOptional
tradingPermissionsbooleanOptional

Response

CancelEverythingResponse
tradovateSubscriptionIdslist of longs
userPluginIdslist of longs
marketDataSubscriptionIdslist of longs
tradingPermissionIdslist of longs