# POST /whatsapp/disconnect

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

Disconnect the workspace's WhatsApp pairing. Deletes the Evolution instance and clears the pairing row. Use to re-pair against a different phone.

## Request example

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

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