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

# Cancel a Subscription

`DELETE /subscriptions/{subscription_id}`

Cancel a `Subscription`.

## Headers

- `Finix-Version` string

## Response `204`

Deleted. No resource to return.

## Other responses

- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `404` — Not Found. The requested resource could not be found on the server.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.

---

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