---
title: "Delete Run"
method: DELETE
path: "/v1/runs/{run_id}"
tags: ["runs"]
---

# Delete Run

`DELETE /v1/runs/{run_id}`

Delete a run.

This will also delete all associated attachments and their files.
The run must belong to the authenticated organization.

## Path parameters

- `run_id` string, uuid, required

## Headers

- `Idempotency-Key` string

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/revisions/830d2f48963d/schema)
