---
title: "Pause Schedule Via Token"
method: GET
path: "/api/v1/reports/schedules/unsubscribe"
tags: ["reports"]
---

# Pause Schedule Via Token

`GET /api/v1/reports/schedules/unsubscribe`

Flip ``is_active = FALSE`` on the schedule referenced by ``token``.

Response is a minimal self-contained HTML page so the recipient sees
confirmation even if they click from a mobile mail client that strips
scripts. Idempotent: re-clicking a used link is a no-op.

## Query parameters

- `token` string, required — Signed pause token from an email footer.

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/versions/fd3a41a6260b/schema)
