Hello,
when trying to delete a Npm package via RestApi http://<npm feed api endpoint url>/<scope_name>/<package_name>/<package_version>/-rev/-
I receive an {"ok": "deleted package"}
but the package is actually not deleted. Whereas if I delete a package without scope name i.e. http://<npm feed api endpoint url>/myPackage/1.0.1-test-20220901090910/-rev/-
I also receive {"ok": "deleted package"}
but afterwards the package is deleted correctly.
Any ideas what I am doing wrong?
Thanks John