---
title: "Delete a registered real-time query"
method: GET
path: "/1/websocket/delete"
tags: ["Websocket"]
---

# Delete a registered real-time query

`GET /1/websocket/delete`

Deletes one WebSocket query registration by its `registration_id`; articles stop being delivered for it. Available on plans with WebSocket access.

The API key must be sent as the `apikey` query parameter — the `X-ACCESS-KEY` header is not supported on this endpoint. Consumes no API credits.

## Query parameters

- `apikey` string, required
- `registration_id` string, required

## Response `200`

Registration deleted.

- WebsocketDeleteEnvelope — Successful WebSocket registration deletion.
  - `status` 'success', required
  - `results` object, required
    - `message` string, required — Human-readable confirmation.
    - `registration_id` string, required — Identifier of the deleted registration.

## Other responses

- `400` — Invalid request — e.g. a required parameter is missing or the search query is malformed.
- `401` — Missing or invalid API key, or the request is not allowed for this key.
- `403` — Your plan does not include access to this endpoint or parameter.
- `404` — The requested resource does not exist — e.g. the `registration_id` is not registered for this API key.
- `429` — Too many requests in a short period, rate limit exceeded, or API credits exhausted.
- `500` — Unexpected server error. Please try again later.
- `503` — The endpoint is temporarily unavailable due to maintenance.

## Changes

- **2026-08-13** `692a9e161b3f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/newsdata/apis/newsdata-io-api/changes/1/websocket/delete/get.md)

---

[API](https://skmtc.dev/newsdata/apis/newsdata-io-api.md) · [All operations](https://skmtc.dev/newsdata/apis/newsdata-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newsdata/newsdata-io-api/revisions/692a9e161b3f/schema)
