Skip to main content

delete_workflow

Function delete_workflow 

Source
pub async fn delete_workflow(
    configuration: &Configuration,
    repo_ref: &str,
    action_identifier: &str,
    workflow_idn: i64,
) -> Result<(), Error<DeleteWorkflowError>>