Unsave
Unsaving a post or comment is done via the following API endpoint.
POST: https://api.scored.co/api/v2/action/unsave
Parameters
The following parameters are valid.
Value | Type | Required | Description |
---|---|---|---|
id | string | true | id of the content being unsaved |
type | boolean | true | post (true) or comment (false) |
category | string | true | name of Save Folder to remove from |
For clarity, if the content is a post, type
should be true
. Else, type
should be false
.