delete

suspend fun delete(reason: String? = null)(source)

Requests to delete this emoji, with the given reason.

Parameters

reason

the reason showing up in the audit log

Throws

if anything went wrong during the request.


open suspend override fun delete()(source)

Requests to delete this emoji.

Throws

if anything went wrong during the request.