---
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

---

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