---
title: "Cancel Scheduled Subscription Plan Change"
method: DELETE
path: "/api/v2/subscriptions/{subscription_id}/pending-change"
tags: ["Subscriptions"]
---

# Cancel Scheduled Subscription Plan Change

`DELETE /api/v2/subscriptions/{subscription_id}/pending-change`

Cancel a previously-scheduled deferred plan change.

No-op (still 200) when no SCHEDULED pending change exists. If the original
schedule call had already re-issued the next-cycle invoice (Arm B), the new
invoice remains unchanged — it represents the upcoming cycle the consumer was
notified about.

## Path parameters

- `subscription_id` string, uuid, required — Unique identifier (UUID) of the subscription

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/streampay/apis/stream-app.md) · [All operations](https://skmtc.dev/streampay/apis/stream-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streampay/stream-app/revisions/515eeea7d260/schema)
