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

# Delete Prospecting Learning Route

`DELETE /api/prospecting/learnings`

Remove one learning bullet from the chosen prospecting skill.

Items are addressed by SHA-1 hash of `date|source_event|note` (same
hash computed on the client from the rendered row). The prospecting
agent loads the trimmed skill content on its next run.

## Query parameters

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

## Request body

- DeleteProspectingLearningRequest
  - `skill_name` string
  - `item_hash` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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