---
title: "Release a session"
method: POST
path: "/v1/sessions/{id}/release"
tags: ["Sessions"]
---

# Release a session

`POST /v1/sessions/{id}/release`

Releases a specific session by ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Response for releasing a single session.

- ReleaseSessionResponse — Response for releasing a single session.
  - `message` string, required — Details about the outcome of the release operation
  - `success` boolean, required — Indicates if the session was successfully released

## Other responses

- `400` — An error response from the API
- `404` — An error response from the API
- `500` — 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/versions/2248d956188a/schema)
