ramp_database.tools.event.delete_problem

ramp_database.tools.event.delete_problem(session, problem_name)

Delete a problem from the database.

Parameters
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.

problem_namestr

The name of the problem to remove.