---
title: "Delete Quote"
method: DELETE
path: "/communications/quotes/{quote_id}"
tags: ["communications"]
deprecated: true
---

# Delete Quote

`DELETE /communications/quotes/{quote_id}`

> **Deprecated.**

DEPRECATED: Use DELETE /communications/rfqs/{rfq_id}/quotes/{quote_id} instead. Endpoint for deleting a quote, which means it can no longer be accepted.

## Path parameters

- `quote_id` string, required

## Response `204`

Quote deleted successfully

## Other responses

- `401` — Unauthorized - authentication required
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints.md) · [All operations](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kalshi/kalshi-trade-api-manual-endpoints/revisions/6aec27d55fba/schema)
