---
title: "Delete payment channel"
method: DELETE
path: "/payment-wallet/channels/{id}"
tags: ["Payment Channels"]
---

# Delete payment channel

`DELETE /payment-wallet/channels/{id}`

Deletes a payment channel. Fails with `409 CHANNEL_IN_USE` if the channel
has active transactions or customers linked to it.

## Path parameters

- `id` string, uuid, required

## Response `204`

Channel deleted.

## Other responses

- `401` — Missing, invalid, or revoked API key.
- `404` — The requested resource does not exist.
- `409` — Channel is in use and cannot be deleted.

---

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