Skip to main content

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.

ValueTypeRequiredDescription
idstringtrueid of the content being unsaved
typebooleantruepost (true) or comment (false)
categorystringtruename of Save Folder to remove from

For clarity, if the content is a post, type should be true. Else, type should be false.