---
title: "Remove contacts from group"
method: DELETE
path: "/contact_groups/{contact_group_id}/contacts"
tags: ["Contact Groups"]
---

# Remove contacts from group

`DELETE /contact_groups/{contact_group_id}/contacts`

Remove contacts from the requested group.

> ⚠️ Deprecated endpoint
>
> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.
> - `DELETE /contact_lists/{contact_list_id}/contacts`.


Required scope: `contacts:write`

## Path parameters

- `contact_group_id` string, required

## Request body

- RemoveContactsFromList
  - `contact_ids` ResourceID[], required — List of IDs of the contacts to remove from the requested contact list. Alternatively, you can supply the contact source and handle as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).

## Response `204`

No content

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
