---
title: "Delete a quote"
method: DELETE
path: "/quotes/{id}"
tags: ["Quotes"]
---

# Delete a quote

`DELETE /quotes/{id}`

Soft delete a quote.

The quote record is marked as deleted but not permanently removed.
Associated orders are also soft deleted.

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `204`

Quote deleted successfully

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found

---

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