Interface DeleteUserAccountRequest

interface DeleteUserAccountRequest {
    access_token?: string;
    sub: string;
}

Properties

Properties

access_token?: string

Access token needed to authorized api call. If not provided, access token from UserStorage will be used.

sub: string

Subject (User) identifier