Ok last attempt.
- delete record from t_item table (same id as you tried in backoffice)
- you get error/warning about foreign key blocking this removal
- update or drop that foreign key (on update cascade, on delete cascade...)
Otherwise contact your developer/admin for help.