---
title: "Archive a contact"
method: DELETE
path: "/contacts/{id}"
tags: ["contacts"]
---

# Archive a contact

`DELETE /contacts/{id}`

Archives the contact. The contact's list memberships are not affected. To remove a contact from a specific list, use DELETE /contact-lists/{id}/list/{list_id}.

## Path parameters

- `id` string, required

## Response `200`

Contact archived

## Other responses

- `401` — Unauthorized
- `404` — Contact not found

---

[API](https://skmtc.net/rasa/apis/rasa-io-api.md) · [All operations](https://skmtc.net/rasa/apis/rasa-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rasa/rasa-io-api/versions/60891bc551db/schema)
