---
title: "Move Campaign Conversation To Lost"
method: POST
path: "/campaigns/conversations/{conversation_id}/lost"
tags: ["campaigns"]
---

# Move Campaign Conversation To Lost

`POST /campaigns/conversations/{conversation_id}/lost`

Manually move a campaign conversation to Lost with a dismissal reason.

## Path parameters

- `conversation_id` string, required

## Request body

- MoveCampaignConversationLostRequest
  - `reason` string, required
  - `campaign_id` string, nullable

## Response `200`

Successful Response

- MoveCampaignConversationLostResponse
  - `customer_status` string, required
  - `message` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/6242f8ed3b67?raw)
