MethodslistsslackLists.items.deleteMultipleOn this pageslackLists.items.deleteMultiple method Usage info Lists are only available to Slack workspaces on a paid plan. This method is used to delete multiple items from an existing List. Sample requests data { "token": "...", "list_id": "F1234567", "ids": ["Rec1234567", "Rec2345678"]} Response