Current section
Files
Jump to
Current section
Files
priv/docs/methods/slackLists.items.deleteMultiple.json
{
"args": {
"ids": {
"desc": "IDs of items to delete.",
"required": true,
"type": "array"
},
"list_id": {
"desc": "ID of the List containing the items.",
"example": "F12345678",
"required": true,
"type": "string"
}
},
"desc": "Deletes multiple items from an existing List.",
"errors": {
"list_not_found": "The List was not found.",
"team_not_found": "The team cannot be found.",
"user_not_found": "The user cannot be found."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "lists:write",
"url": "https://docs.slack.dev/reference/scopes/lists.write"
}
],
"user": [
{
"name": "lists:write",
"url": "https://docs.slack.dev/reference/scopes/lists.write"
}
]
}
}