---
title: "Cancel scheduled update"
method: DELETE
path: "/api/v1/subscriptions/{id}/future-update/schedule"
tags: ["Subscriptions"]
---

# Cancel scheduled update

`DELETE /api/v1/subscriptions/{id}/future-update/schedule`

Cancels a scheduled subscription update, such as a future downgrade or plan change.

## Path parameters

- `id` string, required

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Response `200`

Confirmation of the canceled scheduled update.

- SubscriptionCancelFutureUpdateResponseDto — Response object
  - `data` object, required
    - `id` string, required — Subscription ID

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `404` — Subscription not found.
- `429` — Too many requests.

---

[API](https://skmtc.net/stiggio/apis/stigg-api.md) · [All operations](https://skmtc.net/stiggio/apis/stigg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stiggio/stigg-api/versions/ffc977f1c07e/schema)
