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

# Delete workflow run logs

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

Deletes all logs for a workflow run.

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

## Other responses

- `403` — Forbidden
- `500` — Internal Error

---

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