Problem/Motivation
We need a way of deleting multiple terms. The list builder for taxonomy terms is special, as there is no "collection" route but they are listed on the vocabulary itself.
However, we should at least make it easier for contrib before we provide a proper UI in core.
Proposed resolution
Provide 'delete-multiple-form' link in Terms and make it work.
Remaining tasks
Consensus on the need of this.
Patch.
User interface changes
None (yet).
New route for deleting multiple terms, but there is no link in core to that one.
API changes
API addition:
Added form and template link to terms for multiple deletion.
Data model changes
None.