slack_lists_access_delete
Revoke access to a Slack list for specific channels or users by providing the list ID and optionally channel or user IDs.
Instructions
Remove access to a list for specified entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the list (a file ID) to remove access from (e.g. ``F0123``). | |
| user_ids | No | User IDs to revoke access for (e.g. ``["U0123"]``). | |
| channel_ids | No | Channel IDs to revoke access for (e.g. ``["C0123"]``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||