fix: user remove
The "user remove" endpoint was not correctly checking if the caller was authorized to perform the call causing the endpoint to return 200 even if the user was not authorized. This fix will add an authorization check before executing the user-remove opeartion.
Edited by Diego Molteni