---
title: "DELETE /groups/{groupID}/memberships"
method: DELETE
path: "/groups/{groupID}/memberships"
tags: ["groups"]
---

# DELETE /groups/{groupID}/memberships

`DELETE /groups/{groupID}/memberships`

Remove users from a group

## Path parameters

- `groupID` string, uuid, required

## Request body

- object
  - `emails` string[], required — The emails of the users that should be removed from the group

## Response `200`

Successful response

## Other responses

- `401` — API Key is missing or invalid
- `404` — Could not find requested group id or user email

---

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