FoxoChat.js Packages
    Preparing search index...

    Interface RESTPostAPIUserDeleteConfirmBody

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

    interface RESTPostAPIUserDeleteConfirmBody {
        code: string;
    }
    Index

    Properties

    Properties

    code: string

    The deletion confirm code.