{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Kick API", "version": "1.0" }, "items": [ { "info": { "name": "Kick", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Conversations Kick", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.kick", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes a user from a conversation." } ] } ], "bundled": true }