{ "opencollection": "1.0.0", "info": { "name": "GitHub Gists Unstar API", "version": "1.1.4" }, "items": [ { "info": { "name": "Unstar", "type": "folder" }, "items": [ { "info": { "name": "GitHub Unstargist", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}/api/v3/gists/:gist_id/star", "params": [ { "name": "gist_id", "value": "", "type": "path", "description": "The unique identifier of the gist." } ] }, "docs": "This API operation allows authenticated users to remove their star from a previously starred GitHub Gist by sending a DELETE request to the endpoint with the specific Gist ID. When executed successfully, it removes the user's star designation from the specified Gist, effectively indicating that the user no longer wishes to mark that Gist as a favorite or bookmark it for later reference. This is part of GitHub's Gist starring functionality that helps users curate and organize code snippets they f" } ] } ], "bundled": true }