FoxoChat.js Packages
    Preparing search index...

    Interface RESTDeleteAPIUserBody

    The body of DELETE /users/@me.

    interface RESTDeleteAPIUserBody {
        password: string;
    }
    Index

    Properties

    Properties

    password: string

    The password of the user.