Templates
Delete Template
Permanently remove a WhatsApp template from Meta and Connectly ✏️
DELETE
Delete Template
Delete a WhatsApp template group from your account. This removes it from Meta (via the WhatsApp Business Management API) and from Connectly. Deleting unused templates frees capacity against your WABA’s template limit.
The request takes no body.
This endpoint is idempotent — deleting a template that doesn’t exist or was already deleted also returns
Endpoint
Path parameters
| Parameter | Type | Description |
|---|---|---|
businessId | string | Your business ID (UUID format). |
templateGroupId | string | The template name — the same name you set when creating it (e.g. order_confirmation). This is not an internal UUID. Deleting by name removes the entire template group, including all language variants. |
To find the template name, call Get templates and use the
name field from the template group object.Response
A successful deletion returns HTTP200 with an empty body.
200.
Example
If the same template name is registered on more than one WhatsApp channel under your business, this endpoint removes it from the default channel. Targeting a specific channel is not yet supported.
