---
title: "Api Workflow Runs Destroy"
method: DELETE
path: "/api/workflow-runs/{run_id}/"
tags: ["platformApi"]
---

# Api Workflow Runs Destroy

`DELETE /api/workflow-runs/{run_id}/`

WorkflowRun resource (retrieve, update, delete).

GET    /api/workflow-runs/{run_id}/  — retrieve run details
PATCH  /api/workflow-runs/{run_id}/  — resume or cancel a paused run
DELETE /api/workflow-runs/{run_id}/  — delete run

## Path parameters

- `run_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

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