The body of DELETE /users/@me.

interface RESTDeleteAPIUserBody {
    password: string;
}

Properties

Properties

password: string

The password of the user.