---
title: "Remove user from group"
method: DELETE
path: "/rest/api/3/group/user"
tags: ["Groups"]
---

# Remove user from group

`DELETE /rest/api/3/group/user`

Removes a user from a group.

**[Permissions](#permissions) required:** Site administration (that is, member of the *site-admin* [group](https://confluence.atlassian.com/x/24xjL)).

## Query parameters

- `groupname` string
- `groupId` string
- `username` string
- `accountId` string, required

## Response `200`

Returned if the request is successful.

## Other responses

- `400` — Returned if: * `groupName` is missing. * `accountId` is missing.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `403` — Returned if the user does not have the necessary permission.
- `404` — Returned if the group or user are not found.
- `429` — Returned if rate limiting is being enforced.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
