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

# Delete Session

`DELETE /sessions/{session_id}`

Delete a session and all its artifacts.

## Path parameters

- `session_id` string, required

## Response `204`

Successful Response

## Other responses

- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2026-04-30** `f1aa452697e3` — 3 info
  - added the non-success response with the status `404`
  - added the non-success response with the status `409`
  - added the non-success response with the status `500`
- **2026-04-29** `12695b6a0290` — 3 info
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `409`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/nvidia/apis/texture-agent-service/changes/sessions/:session_id/delete.md)

---

[API](https://skmtc.dev/nvidia/apis/texture-agent-service.md) · [All operations](https://skmtc.dev/nvidia/apis/texture-agent-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/texture-agent-service/revisions/1ba426fbca03/schema)
