---
title: "Delete subscription by id"
method: DELETE
path: "/v1/subscriptions/{id}"
tags: ["Subscriptions"]
---

# Delete subscription by id

`DELETE /v1/subscriptions/{id}`

Removes the specified subscription record.

## Path parameters

- `id` string, uuid, required

## Response `204`

Subscription deleted.

## Other responses

- `404` — The subscription record could not be found.
- `500` — Cannot delete subscription due to infrastructure issue. Please try after some time. If the problem persists, reach out to Pleo customer support.

---

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