sa2000
72
The steps outlined in the linked forum thread:
Deleting the items in metadata_relations table
In your case it would be this change
DELETE FROM metadata_relations WHERE metadata_item_id = '15484';
and after committing that change - then purging all orphaned items - which can be done using an sql.txt file provided here
The binary used is covered here
Repair a Corrupted Database | Plex Support
(I am actually part time and my next day on Plex is Wednesday - so you will need help from others)