---
title: "Reject group join request"
method: PUT
path: "/api/groups/rejectJoinRequest"
tags: ["groups"]
---

# Reject group join request

`PUT /api/groups/rejectJoinRequest`

Reject group join request

## Request body

- object
  - `groupId` string, required — Group chat ID
  - `contactId` string, required — Contact ID

## Response `200`

Successful response

- union
  - string
  - boolean

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

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