---
title: "Delete a Client Session"
method: POST
path: "/client_sessions/delete"
tags: ["/client_sessions"]
---

# Delete a Client Session

`POST /client_sessions/delete`

Deletes a [client session](/core-concepts/authentication/client-session-tokens).

## Request body

- object
  - `client_session_id` string, uuid, required — ID of the client session that you want to delete.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
