Skip to main content

Remove Data Subscription from User

API URL: DELETE https://userapi-demo.s2f.projectx.com/MarketDataSubscription/user

API Reference: /MarketDataSubscription/user

Description


Removes a market data subscription from a user.

Parameters

NameTypeDescriptionRequiredNullable
userIdintegerThe user's id.Requiredfalse
subscriptionIdintegerThe id associated with the market data subscription.Requiredfalse

Example Usage

  {
"userId": 123,
"subscriptionId": "CMEGROUP_DOM"
}

Example Response

{
"success": true,
"errorMessage": null
}