---
title: "Unbans a user from a group"
method: DELETE
path: "/v1/groups/{groupId}/bans/{userId}"
tags: ["Bans and blocks", "Groups"]
---

# Unbans a user from a group

`DELETE /v1/groups/{groupId}/bans/{userId}`

## Path parameters

- `groupId` integer, required
- `userId` integer, required

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 29: The user is not banned from the group.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 19: You have insufficient permissions for this request.
- `404` — 1: The group is invalid or does not exist.
- `405` — 18: The operation is temporarily unavailable. Please try again later.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
