/emoji-delete
Deletes an emoji from the provided guild
This endpoint requires a POST request!
Endpoint Headers:
bot-token - Token of the Bot [String] (Required)
guild-id - ID of the guild to be fetched [Snowflake] (Required)
apikey - Your Api Auth Key [String] (Required)
Endpoint Body Parameters:
emoji- ID of Emoji to fetch [Snowflake] (Required)
reason - reason for deletion [String] (Optional)
Examples:
Data API version required. Must replace <version>
with either release or beta.
Possible Responses (Codes)
Last updated