Written with Python
Get the current assets selected by the user
Check each one of them to see if there's dependency. If not, add them to the pending list.
Then get the pending-delete assets' strings and pop them up as a message for the user to confirm.
If the user clicked "OK", delete the assets.
Adding it to my Editor Utility Widget Panel