---
title: "Decline private group join request"
method: DELETE
path: "/groups/v1/join/{groupId}/request/{userId}"
tags: ["groupService"]
---

# Decline private group join request

`DELETE /groups/v1/join/{groupId}/request/{userId}`

Decline private group join request

## Response `200`

OK

- Success
  - `status` boolean
  - `message` string

## Other responses

- `401` — Access token is missing or invalid
- `403` — Join request not found

---

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