---
title: "Remove group member"
method: DELETE
path: "/groups/{groupId}/members/{userId}"
tags: ["Groups"]
---

# Remove group member

`DELETE /groups/{groupId}/members/{userId}`

Removes a user from a 'LIST' type group. Requires group ownership.

## Response `204`

Member removed successfully.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/85c657c8ce11/schema)
