---
title: "Delete Clients from Group"
method: DELETE
path: "/clients/group/{group_id}/participants"
tags: ["Client Group"]
---

# Delete Clients from Group

`DELETE /clients/group/{group_id}/participants`

Deletes the given Clients from the specified group. If the resulting group has no remaining participants, the group will also be deleted.

## Path parameters

- `group_id` integer, required

## Headers

- `x-api-key` string, required

## Request body

- RequestGroupDelete
  - `group_participants` integer[]

## Response `200`

Returns the Group data

- ResponseGroup
  - `client_group` ClientGroup — All clients in a group
    - `group_id` integer — Id of the Group
    - `group_participants` GroupParticipants[] — List of participants and the role in the group
      - `group_participant_client_id` integer — The Client Id of the Group Participant
      - `group_participant_name` string — Name of the Client in the Group
      - `group_role_id` integer — Participant Type of the Client in the Group (Id)
      - `group_role` string — Participant Type of the Client in the Group

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
