DELETE /realm/emoji/{emoji_name}
Deactivate a custom emoji from the user's organization.
Users can only deactivate custom emoji that they added themselves except for organization administrators, who can deactivate any custom emoji.
Note that deactivated emoji will still be visible in old messages, reactions, user statuses and channel descriptions.
Changes: Before Zulip 8.0 (feature level 190), this endpoint returned an HTTP status code of 400 when the emoji did not exist, instead of 404.
Servers
- https://{subdomain}.zulipchat.com/api/v1
- {server}/api/v1
- https://chat.zulip.org/api/v1
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
emoji_name |
String | Yes |
The name of the custom emoji to deactivate. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.