canvases_access_delete
Remove access to a Slack canvas for specified channels or users by providing their IDs. Use to revoke permissions from a canvas.
Instructions
Remove access to a canvas for specified entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | No | User IDs whose access to the canvas should be removed (e.g. ``["U0123"]``). | |
| canvas_id | Yes | Encoded ID of the canvas to remove access from (e.g. ``F0123ABC456``). | |
| channel_ids | No | Channel IDs whose access to the canvas should be removed (e.g. ``["C0123"]``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||