The body of POST /users/@me/confirm.

interface RESTPostAPIUserDeleteConfirmBody {
    code: string;
}

Properties

Properties

code: string

The deletion confirm code.