---
title: "Delete Group"
method: DELETE
path: "/v2/{sid}/whatsapp/groups/{groupId}"
tags: ["Groups"]
---

# Delete Group

`DELETE /v2/{sid}/whatsapp/groups/{groupId}`

The Delete Group API allows you to delete a specified WhatsApp group.

## Path parameters

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

## Response `200`

Group deleted successfully

- SuccessRequestResponse
  - `code` string
  - `message` string
  - `data` object
    - `messaging_product` string
    - `request_id` 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)
