{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Uninstall API", "version": "1.0" }, "items": [ { "info": { "name": "Uninstall", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Apps Uninstall", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps.uninstall", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `none`" }, { "name": "client_id", "value": "", "type": "query", "description": "Issued when you created your application." }, { "name": "client_secret", "value": "", "type": "query", "description": "Issued when you created your application." } ] }, "docs": "Uninstalls your app from a workspace." } ] } ], "bundled": true }