Hey, is this _definitely_ the best way to remove a cookie? I am trying to replace `cookiz` library with native `useCookie` ```js const registerStepValidatedCookie = useCookie('registerStepValidated') registerStepValidatedCookie.value = null ```