# Logout response object div strong 🔨 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. ## Properties **`message`** string required Success message confirming the logout operation. **`logged_out_at`** string required Timestamp when the logout occurred. Format: ISO 8601 datetime string. Example ```json { "message": "Successfully logged out", "logged_out_at": "2025-10-31T14:05:00Z" } ```