---
title: "Delete a run plan"
method: DELETE
path: "/v1/simulation/plan/{planId}"
tags: ["Simulation Run Plan"]
---

# Delete a run plan

`DELETE /v1/simulation/plan/{planId}`

Soft-deletes a simulation run plan by its ID.

## Path parameters

- `planId` string, uuid, required

## Response `200`

Run plan deleted successfully

- object
  - `data` object, required
    - `deleted` boolean, required — Whether the run plan was deleted

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-08-17** `887b091b3d81` — 8 warning
  - added the new `conflict` enum value to the `type` response property for the response status `401`
  - added the new `conflict` enum value to the `type` response property for the response status `404`
  - added the new `conflict` enum value to the `type` response property for the response status `429`
  - added the new `conflict` enum value to the `type` response property for the response status `500`
  - …4 more

[Change history](https://skmtc.dev/roarkhq/apis/roark-analytics-api/changes/v1/simulation/plan/:planId/delete.md)

---

[API](https://skmtc.dev/roarkhq/apis/roark-analytics-api.md) · [All operations](https://skmtc.dev/roarkhq/apis/roark-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roarkhq/roark-analytics-api/revisions/1d61b68e9429/schema)
