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