System / Database / Interfaces. ->
List of al Interfaces Stored in Nedis Database ->
SELECT * FROM interfaces where device ='NAME OF DEVICE'
Delete all Interfaces from Database of single Device
delete FROM interfaces where device ='NAME OF DEVICE'
Take Care to use the right Device Name ;-)