{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Invalidate API", "version": "1.0" }, "items": [ { "info": { "name": "Invalidate", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Users Session Invalidate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.session.invalidate", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invalidate a single session for a user by session_id" } ] } ], "bundled": true }