---
title: "Reset Group Invite Link"
method: POST
path: "/v2/{sid}/whatsapp/groups/{groupId}/invite_link"
tags: ["Groups"]
---

# Reset Group Invite Link

`POST /v2/{sid}/whatsapp/groups/{groupId}/invite_link`

The Reset Group Invite Link API enables businesses to reset the invite link of a specified WhatsApp group.

## Path parameters

- `sid` string, required
- `groupId` string, required

## Request body

- object
  - `messaging_product` string, required — To be passed as whatsapp

## Response `200`

Invite link reset successfully

- ResetInviteLinkResponse
  - `code` string
  - `message` string
  - `data` object
    - `invite_link` string
    - `messaging_product` string
  - `error` object

## Other responses

- `400` — Error received From Meta
- `401` — Incorrect SID or API key

---

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