> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Root unsubscribe



## AsyncAPI

````yaml solana-rpc/websocket/asyncapi.json rootUnsubscribe
id: rootUnsubscribe
title: Root unsubscribe
description: ''
servers:
  - id: production
    protocol: wss
    host: rpc-mainnet.solanatracker.io
    bindings: []
    variables: []
address: /
parameters: []
bindings: []
operations:
  - &ref_0
    id: unsubscribeFromRoot
    title: Unsubscribe from root
    type: send
    messages:
      - &ref_1
        id: rootUnsubscribe
        payload:
          - name: rootUnsubscribe
            description: Unsubscribe from root
            type: object
            properties:
              - name: jsonrpc
                type: string
                description: '2.0'
                required: false
              - name: id
                type: integer
                required: false
              - name: method
                type: string
                description: rootUnsubscribe
                required: false
              - name: params
                type: array
                required: false
        headers: []
        jsonPayloadSchema:
          type: object
          properties:
            jsonrpc:
              type: string
              const: '2.0'
              default: '2.0'
              x-parser-schema-id: <anonymous-schema-180>
            id:
              type: integer
              default: 1
              x-parser-schema-id: <anonymous-schema-181>
            method:
              type: string
              const: rootUnsubscribe
              default: rootUnsubscribe
              x-parser-schema-id: <anonymous-schema-182>
            params:
              type: array
              items:
                type: integer
                x-parser-schema-id: <anonymous-schema-184>
              x-parser-schema-id: <anonymous-schema-183>
          x-parser-schema-id: <anonymous-schema-179>
        title: Root unsubscribe
        description: Unsubscribe from root
        example: No examples found
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: rootUnsubscribe
          - id: x-parser-message-name
            value: rootUnsubscribe
    bindings: []
    extensions:
      - id: x-parser-unique-object-id
        value: rootUnsubscribe
sendOperations: []
receiveOperations:
  - *ref_0
sendMessages: []
receiveMessages:
  - *ref_1
extensions:
  - id: x-parser-unique-object-id
    value: rootUnsubscribe
securitySchemes:
  - id: apiKeyAuth
    name: api_key
    type: httpApiKey
    description: >-
      API key for authentication. Provide your Solana Tracker API key as a query
      parameter.
    in: query
    extensions: []

````