Skip to content
Developer Preview

ViewUnsubscribeParams

view/unsubscribe params: remove this connection from the session’s view subscription set — the protocol’s single unsubscribe operation, at the altitude that owns subscriptions. It does not unload the session; unloading is the idle policy.

  • sessionId
Source

schema/msp/experimental/msp.schema.json#/types/ViewUnsubscribeParams

{
"description": "`view/unsubscribe` params: remove this connection from the\nsession's view subscription set — the protocol's single unsubscribe\noperation, at the altitude that owns subscriptions. It does not unload the session; unloading is the idle policy.",
"properties": {
"sessionId": {
"description": "The session to stop following.",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}