---
title: "Logout"
method: POST
path: "/api/auth/logout/{session_id}"
tags: ["auth", "auth"]
---

# Logout

`POST /api/auth/logout/{session_id}`

Cierra una sesión específica

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- LogoutResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
