Function actions_slash_delete_workflow_run

Source
pub async fn actions_slash_delete_workflow_run(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    run_id: i32,
) -> Result<(), Error<ActionsSlashDeleteWorkflowRunError>>
Expand description

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.