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

# Delete a session

`DELETE /sessions/{sessionId}`

Delete a session by id. This also permanently deletes every ticket attached to the session, a hard
delete that emits no ticket events or webhooks.

## Path parameters

- `sessionId` string, required

## Headers

- `project` string, required

## Response `204`

No content

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/b706fc73777f/schema)
