pub async fn delete_workflow_scheme(
configuration: &Configuration,
params: DeleteWorkflowSchemeParams,
) -> Result<Value, 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.