Variable deleteAccountPinConst

deleteAccountPin: EndpointGeneric<{}, {
    success: boolean;
}, undefined | {
    pin: string;
    reauthenticationToken: string;
}> = ...

DELETE https://auth.roblox.com/v1/account/pin

Request for deletes the account pin from the account.