---
title: "Delete Quote"
method: DELETE
path: "/api/admin/quotes/{quote_id}"
tags: ["admin-leads"]
---

# Delete Quote

`DELETE /api/admin/quotes/{quote_id}`

Delete a quote by ID.

## Path parameters

- `quote_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
