You need to sign in to do that
Don't have an account?

I do want to delete the feed automatically and immediately, if the feed is posted from particular salesforce user?
I do want to delete the feed automatically and immediately, if the feed is posted from particular salesforce user?
Try to use something like this.
delete [SELECT id from feeditem where createdbyid='id of the user'];