Endpoint
Authentication
Path Parameters
string
required
Your Convo project ID.
string
required
The unique ID of the WhatsApp Message Template to delete. This is the
_id field returned from the Submit Template, List Templates, or Get Template endpoints.Request Example
Response
A successful deletion returns200 OK with a status confirmation.
What Happens After Deletion
- The template is immediately removed from your Convo project.
- WhatsApp deletes the template from their platform, which may take a short time to propagate.
- Any API campaign linked to this template will fail to send until reconfigured with a different template.
- The template
nameis locked for 30 days — you cannot resubmit a template with the same name during this period.
If you want to update a template’s content, the recommended approach is to submit a new template with a versioned name (e.g.,
shipping_update_v2) rather than deleting and recreating the existing one. This avoids the cooldown period and keeps existing campaigns functional.