---
title: "destroy"
method: DELETE
path: "/api/v1/users/sign_out"
tags: ["API::V1::Session"]
---

# destroy

`DELETE /api/v1/users/sign_out`

## Headers

- `access-token` string, required
- `client` string, required
- `uid` string, required

## Response `200`

returns a successful response

- object
  - `success` boolean, required

## Other responses

- `404` — returns not found response

## Changes

- **2025-09-15** `42c129e82eac` — 1 breaking
  - removed the request body
- **2024-04-26** `6532992608d7` — 1 info
  - added optional request body
- **2023-11-27** `bf90c65dbe64` — 2 info
  - api tag `API::V1::Session` added
  - api tag `Api::V1::Session` removed
- **2023-10-24** `238ff9873a31` — 1 breaking, 3 info
  - removed the required property `errors` from the response with the `404` status
  - api tag `Api::V1::Session` added
  - api tag `API::V1::Session` removed
  - added the required property `error` to the response with the `404` status

[Change history](https://skmtc.dev/rootstrap/apis/rails-api-base/changes/api/v1/users/sign_out/delete.md)

---

[API](https://skmtc.dev/rootstrap/apis/rails-api-base.md) · [All operations](https://skmtc.dev/rootstrap/apis/rails-api-base/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rootstrap/rails-api-base/revisions/5b193a22afbc/schema)
