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