pub async fn delete_workflow_scheme(
configuration: &Configuration,
id: i64,
) -> Result<(), Error<DeleteWorkflowSchemeError>>
Expand description
Deletes a workflow scheme. Note that a workflow scheme cannot be deleted if it is active (that is, being used by at least one project). Permissions required: Administer Jira global permission.