---
title: "Archive a Conversation"
method: PUT
path: "/dashboards/{dashboard_id}/contacts/{phone_number}/conversations/archive"
tags: ["Conversations"]
---

# Archive a Conversation

`PUT /dashboards/{dashboard_id}/contacts/{phone_number}/conversations/archive`

Archiving a conversation removes it from the results of all conversation retrieval endpoints. A conversation will be automatically unarchived if the customer sends a text to your Text Request number, or if you send the customer a text from your Text Request number. Archiving conversations is a good way to remove clutter from customers that you don’t plan on talking to in the future. Note that if a customer texts in "STOP"” to prevent you from sending them any further SMS messages, the conversation is automatically archived.

## Path parameters

- `dashboard_id` integer, required
- `phone_number` string, required

## Response `200`

Success. No content is returned.

## Other responses

- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

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