---
title: "Dismiss Deal"
method: POST
path: "/api/prospecting/deals/{deal_id}/dismiss"
tags: ["prospecting"]
---

# Dismiss Deal

`POST /api/prospecting/deals/{deal_id}/dismiss`

Dismiss a deal — removes it from review.

The dialog's chip + note (in ``learning_feedback``) is the single source
of "why dismissed": we derive a denormalized ``stage_change_reason`` for
fast reads on the dismissed card and queue the structured payload as a
skill-learning signal so the agent learns from the rejection.

## Query parameters

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

## Request body

- DismissDealRequest
  - `learning_feedback` ProspectingLearningFeedback
    - `reason` string, nullable
    - `note` string, nullable

## 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/versions/9744001af85d/schema)
