RT5 how to delete Lifecycle

Hello,

How do I delete custom lifecycle? I created too complicated lifecycle in GUI, and even its name its probably broken, because any editing gives me Error 502 Bad Gateway, I wanted to delete it but it seems there isn’t such option in GUI.

Ah, ok, all is in configurations table. Since this was my only modification I just deleted all rows there and restarted RT. Maybe it will help someone.

rt5=# TRUNCATE TABLE configurations;
TRUNCATE TABLE
rt5=# select * from configurations;
 id | name | content | contenttype | disabled | creator | created | lastupdatedby | lastupdated
----+------+---------+-------------+----------+---------+---------+---------------+-------------
(0 rows)