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

# Delete Session

`DELETE /sessions/{session_id}`

Permanently delete a specific session and all its associated runs. This action cannot be undone and will remove all conversation history.

## Path parameters

- `session_id` string, required — Session ID to delete

## Query parameters

- `user_id` string, nullable — User ID to scope deletion to
- `db_id` string, nullable — Database ID to use for deletion
- `table` string, nullable — Table to use for deletion

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Failed to delete session

---

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