Removes a post from the user’s saved collection.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/0xfelaback/Social-Media-Activity-Feed/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Required. User must be authenticated to unsave a post.Path Parameters
The unique identifier of the post to unsave (PostID)
Request Body
The username of the authenticated user unsaving the post
Behavior
- Removes the SavedPost record for the user and post
- Prevents unsaving posts from blocked accounts
Request
Response
204 No Content - Post unsaved successfully
Errors
Post does not exist or action cannot be completed due to a block
The user did not save this post