# POST /whatsapp/groups/:group_id/unlink

**Resource:** [WhatsApp](./whatsapp.md)  
**MCP tool:** `unlink_whatsapp_group`  
**Scopes:** `whatsapp:write`  
**Write operation:** yes

Remove a WhatsApp group's deal/customer link. The group remains visible in the inbox.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `group_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/whatsapp/groups/:group_id/unlink"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`