---
title: "Void an issued ticket"
method: POST
path: "/v1/issued_tickets/{issued_ticket_id}/void"
tags: ["Issued tickets"]
---

# Void an issued ticket

`POST /v1/issued_tickets/{issued_ticket_id}/void`

Mark an issued ticket as voided. This action is irreversible. This will only mark the ticket as voided (no longer valid) and will not cancel an entire order or issue a refund. [Learn more about voiding an issued ticket.](https://help.tickettailor.com/en/articles/2116551-how-to-void-individual-tickets-on-an-order) You can also void an issued ticket to a hold, which will create a hold from the issued ticket and not put the allocation back on sale.

## Path parameters

- `issued_ticket_id` string, required

## Response `200`

Successfully voided ticket

- object
  - `id` string — ID of the voided ticket
  - `hold_id` string, nullable — ID of the associated hold, if applicable, 'null' if not
  - `object` string
  - `voided` string — Voiding operation successful or not

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
