Remove Blog Bookmark
Powered by VitePress OpenAPI
Remove a bookmark from a blog post.
Auth: session.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Post id |
Request Body
None.
Response 200
json
{
"data": { "post_id": "post_2", "bookmarked": false },
"user_context": { "authenticated": true },
"meta": {}
}Response Errors
401missing session404bookmark not found
Notes
- Use this to un-save a post from a reading list.
- Usually paired with the bookmark route in UI toggles.