function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sumit@TCSSumit@TCS 

How can Administrator delete users auto generated chatter posts ?

How can  Administrator delete users auto generated chatter posts ?

How can I delete Salesforce auto generated chatter post.

Example :- Sumit Kumar changed Case Owner from Sumit Kumar to Rohit Kumar.

The above post is auto generated by Salesforce How to delete it
Sonam_SFDCSonam_SFDC
hey Sumit,

Looks like this is something which is not yet possible on chatter feeds, would help if you could post this on our idea exchange with the use case so we can understand the demand of this feature and know the need to implement ths in the product.. 
Sfdc CloudSfdc Cloud
Hi Sumit,
You have to do auto generated chatter post  off for each object based on field which u want to off.Suppose you want to off for case object
Go to your name -> settings -> customize -> chatter -> feed tracking andselect object and  uncheck fields you are not interested in.

If this answer help you,Please mark it as best answer to help others :)
Thanks
alouie_sfdcalouie_sfdc
The administrator can delete auto-generated Chatter posts (such as feed tracked changes) via the API.

Here's the documentation for the Chatter REST API command to do this:
http://www.salesforce.com/us/developer/docs/chatterapi/Content/connect_resources_feed-items_SpecificFeedItem.htm

It can also be done in SOAP or Apex -- let me know if you need pointers to the docs for those.