---
title: "Delete Pipeline Learning Route"
method: DELETE
path: "/api/pipeline/learnings"
tags: ["pipeline"]
---

# Delete Pipeline Learning Route

`DELETE /api/pipeline/learnings`

Remove one learning the deal agent got wrong.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- DeletePipelineLearningRequest
  - `item_hash` string, required
  - `skill_name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `cd6453ae5786` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/pipeline/learnings/delete.md)

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/cd6453ae5786/schema)
