---
title: "Log out"
method: POST
path: "/auth/logout"
tags: ["Auth"]
---

# Log out

`POST /auth/logout`

Deletes the refresh token and clears auth cookies.

## Response `200`

Successfully logged out

- string

## Other responses

- `401` — Invalid refresh token

---

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