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

# Cancel

`DELETE /subscriptions/{id}`

Cancel a subscription for the current user.

## Path parameters

- `id` string, required — ID of the subscription to cancel.

## Response `200`

Subscription was cancelled successfully.

- object
  - `data` 'ok', required

## Changes

- **2024-12-16** `021e5a9aa9e2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/subscriptions/:id/delete.md)

---

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