Memos
Auth Service

Sign Out

SignOut terminates the user's authentication. Revokes the refresh token and clears the authentication cookie.

POST
/api/v1/auth/signout

Response Body

application/json

curl -X POST "https://example.com/api/v1/auth/signout"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings