---
title: "GetRemovedSubscriptions"
method: GET
path: "/removed-subscriptions"
tags: ["Subscriptions"]
---

# GetRemovedSubscriptions

`GET /removed-subscriptions`

Get removed subscriptions

## Query parameters

- `channel` string, required
- `since` string, required
- `until` string, required

## Response `200`

Success-Response:

- object
  - `subscriptions` object[], required — <p>Array with data for all removed subscriptions</p>
    - `subscription` string
    - `channel` string
    - `reason` string
    - `removedAt` string

---

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