---
title: "Remove plan draft"
method: DELETE
path: "/api/v1/plans/{id}/draft"
tags: ["Plans"]
---

# Remove plan draft

`DELETE /api/v1/plans/{id}/draft`

Removes a draft version of a plan.

## Path parameters

- `id` string, required

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Response `200`

The ID of the plan whose draft was removed.

- RemovePlanDraftResponseDto — Response confirming the plan draft was removed.
  - `data` object, required
    - `id` string, required — The unique identifier for the entity

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `404` — Plan not found.
- `429` — Too many requests.

---

[API](https://skmtc.net/stiggio/apis/stigg-api.md) · [All operations](https://skmtc.net/stiggio/apis/stigg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stiggio/stigg-api/versions/ffc977f1c07e/schema)
