---
title: "Delete a voucher"
method: DELETE
path: "/vouchers/{id}"
tags: ["Vouchers"]
---

# Delete a voucher

`DELETE /vouchers/{id}`

A voucher can only be deleted when it has no charges yet.

## Path parameters

- `id` string, required

## Request body

- object
  - `comment` string, required — comment (must be set when the voucher gets deleted)

## Response `204`

The server successfully processed the request and is not returning any content.

- string

## Other responses

- `404` — The requested resource could not be found but may be available in the future. Subsequent requests by the client are permissible.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
