---
title: "Disable one of my sessions"
method: DELETE
path: "/sessions/{id}"
tags: ["frontend"]
---

# Disable one of my sessions

`DELETE /sessions/{id}`

Calling this endpoint invalidates the specified session. The current session cannot be revoked.
Session data are not deleted.

## Path parameters

- `id` string, required

## Headers

- `X-Session-Token` string
- `Cookie` string

## Response `204`

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.

## Other responses

- `400` — errorGeneric
- `401` — errorGeneric
- `default` — errorGeneric

---

[API](https://skmtc.net/ory/apis/ory-identities-api.md) · [All operations](https://skmtc.net/ory/apis/ory-identities-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-identities-api/versions/7a0df90e2f13/schema)
