emoteDelete

Deletes the specified emoteStr from the given level

NameDescriptionRequired
emoteStrID string of the emote you wish to deleteYes
levelThe level from which to remove the emoteYes
typeThe type of emote to deleteYes
const bot = new Dlive(key);

bot.emoteDelete('34aa1342c001190_300159', 'USER_LEVEL', 'EMOTE').then(console.log);
true