Taxonomy deletion uses `api` instead of `admin`
Solidus Version: 3.0.1
To Reproduce Open Solidus admin, and go to the Taxonomies page. Edit a taxonomy with taxons. Delete one of the taxons.
Current behavior
A delete request is made to `api/taxonomies/
Expected behavior
It seems like this should make a request to admin/taxonomies/<id>/taxon/<id> instead. Using the api namespace to perform an admin action feels like we're tangling the two concepts unnecessarily.
I don't have the time right now to track it down, but there's definitely another open issue along these sames lines where we discuss avoiding using the API for the admin. This isn't the only place where we do it.
I think I'm the one who reported the original issue. :-) https://github.com/solidusio/solidus/issues/3669 This just felt like a relatively simple example that I noticed recently.
I'm happy to close this one in favor of the broader issue, if you'd prefer! I could also see if I can roll a small PR to fix this one exact thing if that's a reasonable approach here, as well.
We moved the original issue to a GH Discussion under New Features or Ideas, so I'm going to close this one. BTW, this is definitely something that we plan to do. Thanks for reporting.