Deletes several items (rows) from a Slack List in one call via `slackLists.items.deleteMultiple`. This operation is ALL-OR-NOTHING: Slack returns a single `{"ok": true}` on success or `{"ok": false, "error": ...}` on failure, with NO per-item result array, so partial state canno…
idsRequiredarrayArray of item (row) IDs to delete from the List in a single call, e.g. ['Rec0123456789', 'Rec9876543210']. IMPORTANT: this operation is ALL-OR-NOTHING. Slack `slackLists.items.deleteMultiple` returns a single `{"ok": true}` on success or `{"ok": false, "error": ...}` on failure,…
list_idRequiredstringID of the Slack List to delete items (rows) from, e.g. 'F0123456789'. This is the List file ID returned by create_slack_list. All of the `ids` must belong to this List.
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.