---
title: "Delete Session"
method: DELETE
path: "/v3/workspaces/{workspace_id}/sessions/{session_id}"
tags: ["sessions"]
---

# Delete Session

`DELETE /v3/workspaces/{workspace_id}/sessions/{session_id}`

Delete a Session and all associated messages.

The Session is marked as inactive immediately and returns 202 Accepted. The actual
deletion of all related data happens asynchronously via the queue with retry support.

This action cannot be undone.

## Path parameters

- `workspace_id` string, required
- `session_id` string, required

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/clawdsolana/apis/honcho-api.md) · [All operations](https://skmtc.net/clawdsolana/apis/honcho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clawdsolana/honcho-api/versions/0730be052dc9/schema)
