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
tanujatanuja 

Chatter REST API to Unlike a Feed Item?

Is there a Chatter REST API to Unlike a Feed Item?

 

 

Let me know as soon as possible.

 

 

Thomas CookThomas Cook

Send an HTTP DELETE request to https://na1.salesforce.com/services/data/v22.0/chatter/likes/{likeId} and that should do it, assuming your instance is na1.salesforce.com -- adjust as necessary.

Niklas Alvaeus 6Niklas Alvaeus 6
DELTE is not allowed on the item it says, only PATCH, POST, GET