Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods slackLists.items.delete.json
Raw

priv/docs/methods/slackLists.items.delete.json

{
"args": {
"id": {
"desc": "ID of item to delete.",
"example": "Rec1234567",
"required": true,
"type": "string"
},
"list_id": {
"desc": "ID of the List containing the item.",
"example": "F12345678",
"required": true,
"type": "string"
}
},
"desc": "Deletes an item from an existing List.",
"errors": {
"list_not_found": "The List was not found.",
"record_not_found": "The record was not found in the List.",
"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"
}
]
}
}