# Unview a post in the feed Reverses a view operation on a feed post for a scoped user. Unviewing is used in cases where a view was mistakenly recorded. The post must be visible to the user or a 404 Not Found response will be returned. Endpoint: PUT /v2/feed/posts/{content_id}/unview Version: v2 Security: oauth2_as_a_user ## Path parameters: - `content_id` (integer, required) ID of the post. The post must be visible to the user.