- Issue created by @joachim
In the UI, the option for UPDATE_ACTION_DELETE talks of deleting the alias, which is correct for end-users:
> PathautoGeneratorInterface::UPDATE_ACTION_DELETE => $this->t('Create a new alias. Delete the old alias.'),
However, it's important for developers to know that this option works by *updating* the alias value of the existing path_alias entity.
This should be documented somewhere, probably on the UPDATE_ACTION_DELETE constant.