Revokes sharing access on a Slack List via `slackLists.access.delete`. Provide the `list_id` and EXACTLY ONE of `channel_ids` or `user_ids` (they are mutually exclusive) to remove access for those channels or users. Requires a user token with the `lists:write` scope.
list_idRequiredstringID of the Slack List to revoke sharing access on, e.g. 'F0123456789'. This is the List file ID returned by create_slack_list.
user_idsarrayIDs of the users to revoke access from, e.g. ['U0123456789']. Mutually exclusive with `channel_ids`: provide EXACTLY ONE of `user_ids` or `channel_ids`. Supplying both, or neither, causes the API to return an `invalid_parameters` error.
channel_idsarrayIDs of the channels to revoke access from, e.g. ['C0123456789']. Mutually exclusive with `user_ids`: provide EXACTLY ONE of `channel_ids` or `user_ids`. Supplying both, or neither, causes the API to return an `invalid_parameters` error.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.