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

# Delete a workflow run

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

## Path parameters

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

## Response `204`

No Content

## Other responses

- `400` — APIError is error format response
- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
