> ## 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.

# Logs unsubscribe



## AsyncAPI

````yaml solana-rpc/websocket/asyncapi.json logsUnsubscribe
id: logsUnsubscribe
title: Logs unsubscribe
description: ''
servers:
  - id: production
    protocol: wss
    host: rpc-mainnet.solanatracker.io
    bindings: []
    variables: []
address: /
parameters: []
bindings: []
operations:
  - &ref_0
    id: unsubscribeFromLogs
    title: Unsubscribe from logs
    type: send
    messages:
      - &ref_1
        id: logsUnsubscribe
        payload:
          - name: logsUnsubscribe
            description: Unsubscribe from logs
            type: object
            properties:
              - name: jsonrpc
                type: string
                description: '2.0'
                required: false
              - name: id
                type: integer
                required: false
              - name: method
                type: string
                description: logsUnsubscribe
                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-77>
            id:
              type: integer
              default: 1
              x-parser-schema-id: <anonymous-schema-78>
            method:
              type: string
              const: logsUnsubscribe
              default: logsUnsubscribe
              x-parser-schema-id: <anonymous-schema-79>
            params:
              type: array
              items:
                type: integer
                x-parser-schema-id: <anonymous-schema-81>
              x-parser-schema-id: <anonymous-schema-80>
          x-parser-schema-id: <anonymous-schema-76>
        title: Logs unsubscribe
        description: Unsubscribe from logs
        example: No examples found
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: logsUnsubscribe
          - id: x-parser-message-name
            value: logsUnsubscribe
    bindings: []
    extensions:
      - id: x-parser-unique-object-id
        value: logsUnsubscribe
sendOperations: []
receiveOperations:
  - *ref_0
sendMessages: []
receiveMessages:
  - *ref_1
extensions:
  - id: x-parser-unique-object-id
    value: logsUnsubscribe
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: []

````