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

# Deletes a quote

`DELETE /quotes/{id}`

Removes a quote identified by its ID from the data store.

## Path parameters

- `id` integer, required

## Response `204`

Quote deleted successfully

## Other responses

- `404` — Quote not found
- `500` — Internal server error

---

[API](https://skmtc.net/google/apis/quote-api.md) · [All operations](https://skmtc.net/google/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/quote-api/revisions/4359031ab455/schema)
