Deletes an item (row) from a Slack List via `slackLists.items.delete`. Identify the List with `list_id` and the row to remove with `id`. Deletion is permanent and cannot be undone. Requires a user token with the `lists:write` scope.
idRequiredstringID of the item (row) to delete from the List, e.g. 'Rec0123456789'. This is the item ID returned by create_slack_list_item or when listing the List's items. Deleting an item is permanent and cannot be undone.
list_idRequiredstringID of the Slack List that contains the item (row) to delete, e.g. 'F0123456789'. This is the List file ID returned by create_slack_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.