deleteWebTokenCookie
Deletes the JSON Web Token (JWT) cookie by sending a GET request to the backend server.
Example
delete-web-token-cookie.js
const response = await deleteWebTokenCookie();
Deletes the JSON Web Token (JWT) cookie by sending a GET request to the backend server.
const response = await deleteWebTokenCookie();