Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods admin.emoji.remove.json
Raw

priv/docs/methods/admin.emoji.remove.json

{
"args": {
"name": {
"desc": "The name of the emoji to be removed. Colons (`:myemoji:`) around the value are not required, although they may be included.",
"required": true,
"type": "string"
}
},
"desc": "Remove an emoji across an Enterprise organization",
"errors": {
"emoji_not_found": "Value passed for `name` was invalid.",
"failed_to_remove_emoji": "Failed to remove the specified emoji.",
"failure_removing_emoji": "This emoji could not be removed. It might be part of the standard Unicode set or the default Slack package.",
"feature_not_enabled": "The Admin APIs feature is not enabled for this team.",
"not_an_admin": "This method is only accessible by org owners and Admins."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.teams:write",
"url": "https://docs.slack.dev/reference/scopes/admin.teams.write"
}
]
}
}