---
title: "logout auth"
method: POST
path: "/auth/v1/logout"
tags: ["auth"]
---

# logout auth

`POST /auth/v1/logout`

## Request body

- LogoutPayload
  - `accessToken` string, required — Access token
  - `clientId` string, required — Client ID
  - `refreshToken` string, required — Refresh token

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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