How to delete files attached to FeedComment after deleting FeedIComment in Salesforce?
Sample Code: Set < Id > setContentVerIds = new Set < Id >();List < ContentDocument > listFiles = new List < ContentDocument >();for ( FeedComment objFC : [ SELECT Id, ....