Skip to content

Unbookmark a post in the feed

Request

Unbookmarks a feed post for a scoped user. Unbookmarking effectively removes an existing “bookmark” engagement. The post must be visible to the user or a 404 Not Found response will be returned; for example, if the content is published to a targeted topic that does not target the user.

Security
oauth2_as_a_user(Required scopes: feeds.engage)
Path
content_idintegerrequired

ID of the post. The post must be visible to the user.

curl -i -X PUT \
  'https://partner.socialchorus.com/v2/feed/posts/{content_id}/unbookmark' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Feed Post Unbookmarked

Response
No content