Expire Market Data Subscription
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Available to: Organization administrators and super administrators
This endpoint allows you to immediately archive and expire up to 100 market data subscriptions in a single request, helping you manage multiple subscriptions at once.
The subscription IDs are primary keys from the marketDataSubscriptions database table and are returned when subscriptions are created using endpoints like addMarketDataSubscription.
If some subscriptions fail to expire while others succeed, the response will include both successfulSubscriptionIdExpiries and failedSubscriptionIdExpiries arrays, allowing you to identify which subscriptions were processed successfully and which encountered errors.
Common failure scenarios:
If you accidentally expire a subscription, you can create a new subscription for the user using addMarketDataSubscription.
Error Codes: