---
title: "Delete a group"
method: DELETE
path: "/whatsapp/{businessPhoneNumber}/groups/{groupId}"
tags: ["WhatsApp Groups"]
---

# Delete a group

`DELETE /whatsapp/{businessPhoneNumber}/groups/{groupId}`

Deletes a WhatsApp group.

The request is processed asynchronously. Use webhooks to receive the final group lifecycle result.

## Path parameters

- `businessPhoneNumber` string, required
- `groupId` string, required

## Response `200`

The group deletion request is successfully accepted.

- WhatsappGroupAsyncResponse — Response for asynchronous WhatsApp group operations.
  - `requestId` string — The request ID for tracking the asynchronous operation in webhooks.
  - `status` 'pending' — The asynchronous request status.

## Other responses

- `400` — Bad request. Invalid request parameters.
- `404` — The requested resource does not exist.

---

[API](https://skmtc.dev/ycloud/apis/ycloud-api.md) · [All operations](https://skmtc.dev/ycloud/apis/ycloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ycloud/ycloud-api/revisions/4e13d3ca9df8/schema)
