---
title: "Delete Simulation Run"
method: DELETE
path: "/v1/simulation-run/{simulation_run_id}"
tags: ["Simulation Runs"]
---

# Delete Simulation Run

`DELETE /v1/simulation-run/{simulation_run_id}`

Delete a single simulation run by ID. This will also delete all associated test results.

## Path parameters

- `simulation_run_id` integer, required

## Headers

- `X-Organization-Id` string
- `X-API-Key` string, required

## Response `200`

Successful Response

- DeleteSimulationRunResponse — Response model for deleting a simulation run.
  - `message` string, required — Success message
  - `deleted_simulation_run_id` integer, required — ID of the deleted simulation run

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `aa501502e1fc` — 1 info
  - added the new optional `header` request parameter `X-Organization-Id`

[Change history](https://skmtc.dev/getbluejay/apis/bluejay-api/changes/v1/simulation-run/:simulation_run_id/delete.md)

---

[API](https://skmtc.dev/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.dev/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/aa501502e1fc/schema)
