{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Deny API", "version": "1.0" }, "items": [ { "info": { "name": "Deny", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Inviterequests Deny", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.inviteRequests.deny", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deny a workspace invite request." } ] } ], "bundled": true }