Added the ability to delete users from the database and modified naming in openApi3
A user can now be deleted based off of the _id of the user (not ssoid) in the Mongo database.
Also changed the openApi3 documentation to reflect the change of the middleware now labeling the requesting user as "currentUser" instead of "user" for clarity.