---
title: "Delete a sale"
method: DELETE
path: "/sales/{id}"
tags: ["Sales"]
---

# Delete a sale

`DELETE /sales/{id}`

Soft-deletes a sale, marking it as deleted. The sale will no longer appear in listings.

## Path parameters

- `id` string, required

## Response `200`

Sale deleted successfully

- object
  - `data` object
    - `message` string

## Other responses

- `401` — Missing or invalid API key
- `403` — Unauthorized or not a Pro account
- `404` — Sale not found

## Changes

- **2026-02-17** `c1e54e26b0db` — 1 info
  - endpoint added
- **2026-02-11** `36ccba39bc4d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/eventschedule/apis/event-schedule-api/changes/sales/:id/delete.md)

---

[API](https://skmtc.dev/eventschedule/apis/event-schedule-api.md) · [All operations](https://skmtc.dev/eventschedule/apis/event-schedule-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eventschedule/event-schedule-api/revisions/fc24d7d227c4/schema)
