cURL
curl --request POST \ --url https://{tenant_id}.hanko.io/logout \ --cookie hanko=
{ "code": 401, "message": "Unauthorized" }
Logs out the user by removing the authorization cookie.
The user has been logged out
Was this page helpful?