---
title: "Cancel subscription"
method: PUT
path: "/subscriptions/{id}/cancel"
tags: ["Subscriptions"]
---

# Cancel subscription

`PUT /subscriptions/{id}/cancel`

Cancels an active subscription. No further charges will be made.

## Path parameters

- `id` integer, required

## Response `200`

Subscription cancelled

- Subscription
  - `id` integer
  - `self` string
  - `reference_id` string, nullable
  - `name` string
  - `amount` number
  - `currency` string
  - `type` string — Payment method type for this subscription.
  - `status` 'CREATED' | 'ACTIVE' | 'CANCELLED' | 'EXPIRED'
  - `metadata` object, nullable
  - `published_at` string, date-time, nullable
  - `cancelled_at` string, date-time, nullable
  - `connections` Connections — Hypermedia links to related resources.

## Other responses

- `404` — Resource not found
- `422` — Validation error

---

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