simpla.fydocs

User logout

Revoke refresh token and clear authentication cookies

POST
/auth/logout

Revoke refresh token and clear authentication cookies

Response Body

application/json

curl -X POST "https://example.com/auth/logout"
{
  "message": "Logout successful"
}