---
title: "[Beta] Delete Insights Job"
method: DELETE
path: "/api/v1/sessions/{session_id}/insights/{job_id}"
tags: ["tracer-sessions"]
---

# [Beta] Delete Insights Job

`DELETE /api/v1/sessions/{session_id}/insights/{job_id}`

Delete a session cluster job.

## Path parameters

- `session_id` string, uuid, required
- `job_id` string, uuid, required

## Response `200`

Successful Response

- DeleteRunClusteringJobResponse — Response to delete a session cluster job.
  - `id` string, uuid, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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