Request
Response
| Field | Type | Description |
|---|---|---|
data.activeSubscriptions | array | Remaining active subscriptions after the operation |
data.clientRequestId | string | The request ID that was provided in the original request |
data.requestedUnsubscriptions | array | The specific subscriptions that were requested to be removed |
resultType | string | Always “unsubscribed” for unsubscribe responses |
Behavior
- Only active subscriptions are removed
- Removing a non-active subscription is a no-op
- Other subscriptions remain unaffected
- Changes apply immediately
- Safe to call repeatedly (idempotent)
- Does not affect other connections
- Does not require reconnecting