Hey, I have a case where a user logs in to supertokens via a browser and its setting the cookies. Then I delete this user from Supertokens, not from the browser. After i delete the user from supertokens calling signout from the browser just return 200 OK but it doesnt remove the cookies from the browser.
Im guessing its because the User was deleted but is that an expected behaviour? Any way i can remove the cookies via signout API if the user was deleted?