Delete a workflow run

DELETE {{baseUrl}}/repos/:owner/:repo/actions/runs/:run_id

Delete a specific workflow run. Anyone with write access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:write permission to use this endpoint.