---
title: "Delete Super Agent Session"
method: DELETE
path: "/super-agent/sessions/{sessionId}"
tags: ["Super Agent"]
---

# Delete Super Agent Session

`DELETE /super-agent/sessions/{sessionId}`

Deletes a super agent chat session and all its messages. Session must belong to user's organization.

## Path parameters

- `sessionId` string, required

## Response `204`

Session deleted successfully

## Other responses

- `401` — Valid user-level API key required
- `403` — Session does not belong to user's organization
- `404` — Session not found
- `default` — Unexpected error

---

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