{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Remove API", "version": "1.0" }, "items": [ { "info": { "name": "Remove", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Emoji Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.emoji.remove", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "name", "value": "" } ] } }, "docs": "Remove an emoji across an Enterprise Grid organization" }, { "info": { "name": "Slack Post Admin Users Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.users.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a user from a workspace." }, { "info": { "name": "Remove Bookmark", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/bookmarks.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "channel_id", "value": "" }, { "name": "bookmark_id", "value": "" } ] } }, "docs": "Removes a bookmark from a channel." }, { "info": { "name": "Slack Post Calls Participants Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calls.participants.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers participants removed from a Call." }, { "info": { "name": "Slack Post Files Remote Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files.remote.remove", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "file", "value": "" }, { "name": "external_id", "value": "" } ] } }, "docs": "Remove a remote file." }, { "info": { "name": "Slack Post Pins Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pins.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Un-pins an item from a channel." }, { "info": { "name": "Slack Post Reactions Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/reactions.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes a reaction from an item." }, { "info": { "name": "Slack Post Stars Remove", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/stars.remove", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes a star from an item." } ] } ], "bundled": true }