---
title: "Delete & Invalidate an Identity's Sessions"
method: DELETE
path: "/admin/identities/{id}/sessions"
tags: ["identity"]
---

# Delete & Invalidate an Identity's Sessions

`DELETE /admin/identities/{id}/sessions`

Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.

## Path parameters

- `id` string, required

## 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
- `404` — 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)
