---
title: "Delete Contact List Contact"
method: DELETE
path: "/contact_list_contact"
tags: ["Contact List Contact"]
---

# Delete Contact List Contact

`DELETE /contact_list_contact`

Delete an existing contact list contact

## Query parameters

- `select` string
- `contact_id` string, required
- `contact_list_id` string, required
- `organisation_id` string

## Response `200`

The updated Contact List Contact object

- ContactListContact
  - `contact_id` string, uuid — Contact ID
  - `contact_list_id` string, uuid — Contact List ID
  - `organisation_id` string, uuid — Organisation ID

## Other responses

- `204` — No Content

---

[API](https://skmtc.net/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.net/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmateo/mateo-api/versions/96e99eb80199/schema)
