pub async fn delete_inactive_workflow(
configuration: &Configuration,
entity_id: &str,
) -> Result<(), Error<DeleteInactiveWorkflowError>>
Expand description
Deletes a workflow. The workflow cannot be deleted if it is: * an active workflow. * a system workflow. * associated with any workflow scheme. * associated with any draft workflow scheme. Permissions required: Administer Jira global permission.