---
title: "Delete all user sessions"
method: DELETE
path: "/sessions"
tags: ["Sessions"]
---

# Delete all user sessions

`DELETE /sessions`

## Response `200`

response

- union
  - DeleteSessionResponse
    - `id` string
    - `deleted` boolean
  - Error
    - `error` boolean
    - `message` string[]

---

[API](https://skmtc.net/aws-samples/apis/gaia-rest-api.md) · [All operations](https://skmtc.net/aws-samples/apis/gaia-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/gaia-rest-api/revisions/c61f71119116/schema)
