---
title: "Delete a session"
method: DELETE
path: "/{sessionId}/"
tags: ["sessions"]
---

# Delete a session

`DELETE /{sessionId}/`

Permanently deletes the session and its saved state. All hydration tokens for this session are immediately invalidated — subsequent widget calls with the old `hydrationId` return 403. Idempotent: returns `{"success": true}` even if the session was already deleted.

## Path parameters

- `sessionId` string, uuid, required

## Response `200`

Session deleted (or was already deleted)

- object
  - `success` boolean

---

[API](https://skmtc.dev/dromoio/apis/dromo-sessions-api.md) · [All operations](https://skmtc.dev/dromoio/apis/dromo-sessions-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dromoio/dromo-sessions-api/revisions/2f83276bf0f0/schema)
