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

# Delete contacts from a contact list

`DELETE /contacts/lists/{id}/items`

Deletes contacts from a contact list. List the contact ids in request to delete multiple contacts with one request.

## Path parameters

- `id` integer, required

## Query parameters

- `contactId` integer[]

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.dev/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/revisions/9f6fb501bc03/schema)
