---
title: "Remove a contact from a list"
method: DELETE
path: "/contact-lists/{id}/list/{list_id}"
tags: ["contacts"]
---

# Remove a contact from a list

`DELETE /contact-lists/{id}/list/{list_id}`

Archives the contact_list row, removing the contact from the specified list. The contact itself is not archived.

## Path parameters

- `id` string, required
- `list_id` integer, required

## Response `200`

Contact removed from list

## Other responses

- `400` — Bad request — contact id and list id are required
- `401` — Unauthorized
- `404` — Contact or list membership 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)
