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

# Unsubscribe

> Unsubscribe from events via WebSocket

### Query Parameters

<ParamField query="query" type="string" required>
  Query to unsubscribe from (e.g. "tm.event='NewBlock'")
</ParamField>

### Response

<ResponseField name="response" type="object">
  <p>Unsubscription result</p>

  <Expandable title="Properties">
    <ResponseField name="query" type="string">
      <p>Query unsubscribed from</p>
    </ResponseField>

    <ResponseField name="success" type="boolean">
      <p>Whether unsubscription was successful</p>
    </ResponseField>
  </Expandable>
</ResponseField>
