---
title: "Delete a hold"
method: DELETE
path: "/v1/holds/{hold_id}"
tags: ["Holds"]
---

# Delete a hold

`DELETE /v1/holds/{hold_id}`

Delete a hold. This action is irreversible. The hold will be permanently removed.

## Path parameters

- `hold_id` string, required

## Response `200`

Successfully deleted the given hold

- object
  - `id` string — ID of the deleted hold
  - `object` string
  - `deleted` 'true' | 'false' — Delete operation successful

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