actions_slash_delete_artifact

Function actions_slash_delete_artifact 

Source
pub async fn actions_slash_delete_artifact(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    artifact_id: i32,
) -> Result<(), Error<ActionsSlashDeleteArtifactError>>
Expand description

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