ramp_database.tools.user.delete_user

ramp_database.tools.user.delete_user(session, name)

Delete a user from the database.

Parameters
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.

namestr

The name of the user.