---
title: "Remove Contacts of a specified group"
method: DELETE
path: "/groups/my/{group_name}/contacts"
---

# Remove Contacts of a specified group

`DELETE /groups/my/{group_name}/contacts`

Removes the contacts that match the provided ids from the specified group

## Path parameters

- `group_name` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

200

- object
  - `name` string
  - `size` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
