---
title: "Delete a workflow run"
method: DELETE
path: "/repos/{owner}/{repo}/actions/runs/{run_id}"
tags: ["actions"]
---

# Delete a workflow run

`DELETE /repos/{owner}/{repo}/actions/runs/{run_id}`

Deletes a specific workflow run.

Anyone with write access to the repository can use this endpoint.

If the repository is private, OAuth tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.

## Path parameters

- `owner` string, required
- `repo` string, required
- `run_id` integer, required

## Response `204`

Response

---

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