---
title: "Disable a specific subscription"
method: PATCH
path: "/v1/tx-subscriptions/{subscription_id}/disable"
tags: ["subscriptions to transactions"]
---

# Disable a specific subscription

`PATCH /v1/tx-subscriptions/{subscription_id}/disable`

This endpoint sets the status of a specific subscription to "disabled".

> NOTE: Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions. This ensures flexibility and future-proofing against ID format changes.

## Path parameters

- `subscription_id` string, required

## Response `204`

Successfully updated subscription status to disabled

## Other responses

- `400` — Parameters are malformed
- `401` — Unathenticated request
- `429` — Too many requests error

---

[API](https://skmtc.dev/zerion/apis/rest-api.md) · [All operations](https://skmtc.dev/zerion/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zerion/rest-api/revisions/2ef116ef914f/schema)
