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

# Unsubscribe Telegram Chat

> Stop delivering events to your Telegram chat

Removes the Telegram subscription for the calling API key. Event delivery to the chat stops immediately. Safe to call when no subscription exists.

## Response

<ResponseField name="message" type="string">
  `Subscription deleted`, or `No subscription found to delete` when none
  existed.
</ResponseField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://scrape.st/tg_unsubscribe \
    -H "x-api-key: YOUR_API_KEY"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "message": "Subscription deleted"
  }
  ```
</ResponseExample>
