provider admin.emojiadmin POST /admin.emoji.remove
@utdk/slack /admin.emoji.remove
admin_emoji_remove
Remove an emoji across an Enterprise Grid organization

Try it

Authentication
Configure credentials for Slack Web API
adminEmojiRemove
POST/admin.emoji.remove
Remove an emoji across an Enterprise Grid organization

Input

required

The name of the emoji to be removed. Colons (`:myemoji:`) around the value are not required, although they may be included.

required

Authentication token. Requires scope: `admin.teams:write`

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminEmojiRemove()