---
title: "Delete a custom emoji"
method: DELETE
path: "/api/v4/emoji/{emoji_id}"
tags: ["emoji"]
---

# Delete a custom emoji

`DELETE /api/v4/emoji/{emoji_id}`

Delete a custom emoji.
##### Permissions
Must have the `manage_team` or `manage_system` permissions or be the user who created the emoji.

## Path parameters

- `emoji_id` string, required

## Response `200`

Emoji delete successful

- 38cb7293Emoji
  - `id` string — The ID of the emoji
  - `creator_id` string — The ID of the user that made the emoji
  - `name` string — The name of the emoji
  - `create_at` integer — The time in milliseconds the emoji was made
  - `update_at` integer — The time in milliseconds the emoji was last updated
  - `delete_at` integer — The time in milliseconds the emoji was deleted

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions
- `501` — Feature is disabled

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
