---
title: "Remove contacts from a group"
method: POST
path: "/target/groups/{id}/remove"
tags: ["Group"]
---

# Remove contacts from a group

`POST /target/groups/{id}/remove`

Remove contacts from an existant group.

## Path parameters

- `id` integer, required

## Request body

- object
  - `keys` string[]

## Response `200`

contacts was successfully deleted in the group.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
