---
title: "Clear Contact List"
method: POST
path: "/contact_list/clear"
tags: ["Contact List"]
---

# Clear Contact List

`POST /contact_list/clear`

Clear all members from a contact list

## Request body

- object
  - `contact_list_id` string, uuid — ID of the contact list to clear
  - `contact_list_external_id` string — External ID of the contact list to clear

## Response `200`

Contact list cleared successfully

- object
  - `success` boolean, required

## Other responses

- `404` — Contact list not found
- `501` — Not implemented

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
