Skip to content

Commit 8848273

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/07/17
1 parent 8e51474 commit 8848273

File tree

2 files changed

+122
-0
lines changed

2 files changed

+122
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"group": "slackLists",
3+
"name": "slackLists.items.delete",
4+
"deprecated": false,
5+
"desc": "Deletes an item from an existing list.",
6+
"args": {
7+
"id": {
8+
"required": true,
9+
"example": "Rec1234567",
10+
"desc": "Id of item to delete.",
11+
"type": "string"
12+
},
13+
"list_id": {
14+
"required": true,
15+
"example": "F12345678",
16+
"desc": "Id of list that contains the item.",
17+
"type": "string"
18+
}
19+
},
20+
"response": {
21+
"examples": [
22+
23+
]
24+
},
25+
"errors": {
26+
"list_not_found": "The list was not found.",
27+
"record_not_found": "The record was not found in the list.",
28+
"team_not_found": "The team cannot be found.",
29+
"user_not_found": "The user cannot be found.",
30+
"access_denied": "Access to a resource specified in the request is denied.",
31+
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
32+
"deprecated_endpoint": "The endpoint has been deprecated.",
33+
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
34+
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
35+
"invalid_auth": "Some aspect of authentication cannot be validated. Either the provided token is invalid or the request originates from an IP address disallowed from making the request.",
36+
"is_bot": "This method cannot be called by a legacy bot.",
37+
"method_deprecated": "The method has been deprecated.",
38+
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
39+
"not_allowed_token_type": "The token type used in this request is not allowed.",
40+
"not_authed": "No authentication token provided.",
41+
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
42+
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
43+
"token_expired": "Authentication token has expired.",
44+
"token_revoked": "Authentication token is for a deleted user or workspace or the app has been removed when using a user token.",
45+
"two_factor_setup_required": "Two factor setup is required.",
46+
"team_access_not_granted": "The token used is not granted the specific workspace access required to complete this request.",
47+
"accesslimited": "Access to this method is limited on the current network.",
48+
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
49+
"internal_error": "The server could not complete your operation(s) without encountering an error, likely due to a transient issue on our end. It's possible some aspect of the operation succeeded before the error was raised.",
50+
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",
51+
"invalid_arguments": "The method was either called with invalid arguments or some detail about the arguments passed is invalid, which is more likely when using complex arguments like blocks or attachments.",
52+
"invalid_array_arg": "The method was passed an array as an argument. Please only input valid strings.",
53+
"invalid_charset": "The method was called via a POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.",
54+
"invalid_form_data": "The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.",
55+
"invalid_post_type": "The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.",
56+
"missing_post_type": "The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.",
57+
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
58+
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
59+
"service_unavailable": "The service is temporarily unavailable.",
60+
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete."
61+
}
62+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"group": "slackLists",
3+
"name": "slackLists.items.deleteMultiple",
4+
"deprecated": false,
5+
"desc": "Deletes multiple items from an existing list.",
6+
"args": {
7+
"ids": {
8+
"required": true,
9+
"desc": "Ids of items to delete.",
10+
"type": "array"
11+
},
12+
"list_id": {
13+
"required": true,
14+
"example": "F12345678",
15+
"desc": "Id of list that contains the items.",
16+
"type": "string"
17+
}
18+
},
19+
"response": {
20+
"examples": [
21+
22+
]
23+
},
24+
"errors": {
25+
"list_not_found": "The list was not found.",
26+
"team_not_found": "The team cannot be found.",
27+
"user_not_found": "The user cannot be found.",
28+
"access_denied": "Access to a resource specified in the request is denied.",
29+
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
30+
"deprecated_endpoint": "The endpoint has been deprecated.",
31+
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
32+
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
33+
"invalid_auth": "Some aspect of authentication cannot be validated. Either the provided token is invalid or the request originates from an IP address disallowed from making the request.",
34+
"is_bot": "This method cannot be called by a legacy bot.",
35+
"method_deprecated": "The method has been deprecated.",
36+
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
37+
"not_allowed_token_type": "The token type used in this request is not allowed.",
38+
"not_authed": "No authentication token provided.",
39+
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
40+
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
41+
"token_expired": "Authentication token has expired.",
42+
"token_revoked": "Authentication token is for a deleted user or workspace or the app has been removed when using a user token.",
43+
"two_factor_setup_required": "Two factor setup is required.",
44+
"team_access_not_granted": "The token used is not granted the specific workspace access required to complete this request.",
45+
"accesslimited": "Access to this method is limited on the current network.",
46+
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
47+
"internal_error": "The server could not complete your operation(s) without encountering an error, likely due to a transient issue on our end. It's possible some aspect of the operation succeeded before the error was raised.",
48+
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",
49+
"invalid_arguments": "The method was either called with invalid arguments or some detail about the arguments passed is invalid, which is more likely when using complex arguments like blocks or attachments.",
50+
"invalid_array_arg": "The method was passed an array as an argument. Please only input valid strings.",
51+
"invalid_charset": "The method was called via a POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.",
52+
"invalid_form_data": "The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.",
53+
"invalid_post_type": "The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.",
54+
"missing_post_type": "The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.",
55+
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
56+
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
57+
"service_unavailable": "The service is temporarily unavailable.",
58+
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete."
59+
}
60+
}

0 commit comments

Comments
 (0)