---
title: "Move Document to Draft"
method: POST
path: "/public/v1/documents/{id}/draft"
tags: ["Documents"]
---

# Move Document to Draft

`POST /public/v1/documents/{id}/draft`

Revert your document back to draft to continue editing it.

> 📘 Returning to Draft works for any document status except Removed.

## After you move your document to the Draft status

- `Signature` and `Initials` fields are cleared. All other fields stay filled in.
- Recipients are **not** notified that the document is back in Draft.
- You'll need to resend the document so that recipients can sign the updated version.

## Path parameters

- `id` string, required

## Response `200`

Success response

- DocumentRevertToDraftResponse
  - `id` string
  - `name` string
  - `status` string
  - `date_created` string
  - `date_modified` string
  - `expiration_date` string, nullable
  - `version` string

## Other responses

- `423` — Document is locked for editing

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/revisions/0c2b70be3fb0/schema)
