Unsave
Unsave posts or comments using the following endpoint.
POST https://api.scored.co/api/v2/action/unsave
Parameters
| Value | Type | Required | Description |
|---|---|---|---|
| id | string | true | ID of content being unsaved |
| type | boolean | true | Post (true) or comment (false) |
| category | string | true | Save folder to remove from |
When unsaving a post, set type to true. When unsaving a comment, set type to false.
Next
Actions
Block