Unsave Post
unsave_postRemoves a post from the active or specified identity's Saved collection. Use it to unsave posts you no longer wish to keep.
Instructions
Remove a post from the active (or specified) identity's Saved.
Best-effort: the legacy save endpoint submits the mutation but cannot always confirm it synchronously — the result tells you to verify in the Saved collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to unsave | |
| post_id | Yes | Numeric post id to unsave | |
| account_id | No | Optional stored identity id (default: active) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||