---
title: "Delete subscription by ID"
method: DELETE
path: "/v1/tx-subscriptions/{subscription_id}"
tags: ["subscriptions to transactions"]
---

# Delete subscription by ID

`DELETE /v1/tx-subscriptions/{subscription_id}`

This endpoint deletes existing subscription

> NOTE: Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions. There is a non-zero probability that IDs may change in the future, and this should not result in any breaking changes.

## Path parameters

- `subscription_id` string, required

## Response `204`

Successful subscription deletion with no content

## 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)
