Skip to main content
POST
Log out and invalidate the current access and refresh tokens.

Headers

string
required
Bearer token (access token)

Response

string
Success message

Errors

object
Invalid or missing token

Notes

  • Invalidates both access and refresh tokens
  • All subsequent requests with these tokens will fail
  • User must log in again to obtain new tokens