---
title: "Release all sessions"
method: POST
path: "/v1/sessions/release"
tags: ["Sessions"]
---

# Release all sessions

`POST /v1/sessions/release`

Releases all active sessions for the current organization.

## Query parameters

- `projectId` string, uuid

## Response `200`

Response for releasing multiple sessions.

- ReleaseSessionsResponse — Response for releasing multiple sessions.
  - `message` string, required — Details about the outcome of the release operation
  - `success` boolean, required — Indicates if the sessions were successfully released

## Other responses

- `400` — Response for releasing multiple sessions.
- `500` — An error response from the API
- `503` — An error response from the API

---

[API](https://skmtc.net/steel-dev/apis/steel-api.md) · [All operations](https://skmtc.net/steel-dev/apis/steel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steel-dev/steel-api/revisions/2248d956188a/schema)
