---
title: "Remove users from a users group."
method: POST
path: "/api/v1/UsersGroups/{usersGroupId}/Users/DeleteWithPost"
tags: ["UsersGroups"]
---

# Remove users from a users group.

`POST /api/v1/UsersGroups/{usersGroupId}/Users/DeleteWithPost`

## Path parameters

- `usersGroupId` string, uuid, required

## Headers

- `X-API-SECRET` string, required — API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

## Request body

- DeleteUsersFromGroupRequestModelV1 — Request model to remove users to a users group
  - `userIds` string[], required — List of the user ids being removed from the users group.
  - `triggeredByUserId` string, uuid, required — Identifier of the admin user that triggered the operation.
  - `implicitlyApproveRequests` boolean — Flag that configures request creation behaviour. True = request are automatically approved. False = Normal requests are created.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cakewalk/apis/cakewalk-open-api.md) · [All operations](https://skmtc.net/cakewalk/apis/cakewalk-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cakewalk/cakewalk-open-api/revisions/5728f183a29d/schema)
