---
title: "Resolve Contact Thread"
method: POST
path: "/contacts/{contact_id}/resolve-thread"
tags: ["contacts"]
---

# Resolve Contact Thread

`POST /contacts/{contact_id}/resolve-thread`

## Path parameters

- `contact_id` string, required

## Request body

- ResolveContactThreadRequest
  - `target_phone` string, nullable

## Response `200`

Successful Response

- ResolveContactThreadResponse
  - `contact_id` string, required
  - `conversation_id` string, required
  - `target_phone` string, required
  - `created` boolean

## 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-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/9afc3ea00b16/schema)
