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