Skip to main content
DELETE
/
tg_unsubscribe
curl -X DELETE https://scrape.st/tg_unsubscribe \
  -H "x-api-key: YOUR_API_KEY"
{
  "message": "Subscription deleted"
}
Removes the Telegram subscription for the calling API key. Event delivery to the chat stops immediately. Safe to call when no subscription exists.

Response

message
string
Subscription deleted, or No subscription found to delete when none existed.
curl -X DELETE https://scrape.st/tg_unsubscribe \
  -H "x-api-key: YOUR_API_KEY"
{
  "message": "Subscription deleted"
}