---
title: "Delete RFQ draft"
method: DELETE
path: "/rfqs/drafts/{draft_id}"
tags: ["Rfqs"]
---

# Delete RFQ draft

`DELETE /rfqs/drafts/{draft_id}`

Deletes one stored RFQ draft owned by the authenticated account.

Deleting a draft has no effect on any RFQ previously created from its
contents. An unknown draft identifier, including an identifier owned by a
different account, returns `404 Not Found`.

## Path parameters

- `draft_id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-08-12** `0574c98df104` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/rfqs/drafts/:draft_id/delete.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/a73698fdee53/schema)
