Logout response objectCopyCopy for LLMCopy page as Markdown for LLMsView as MarkdownOpen this page as MarkdownOpen in ChatGPTGet insights from ChatGPTOpen in ClaudeGet insights from Claude🔨 In Development — This section is still being developed and may change. The Logout response object represents the response returned when a user successfully logs out of their account. Propertiesmessage string requiredSuccess message confirming the logout operation.logged_out_at string requiredTimestamp when the logout occurred. Format: ISO 8601 datetime string.Example{ "message": "Successfully logged out", "logged_out_at": "2025-10-31T14:05:00Z" }