Function actions_slash_delete_workflow_run_logs

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

Deletes all logs for a workflow run. OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.