Delete Template
Templates
Delete Template
Delete a template by ID in the specified workspace.
DELETE
Delete Template
Overview
Delete a WhatsApp message template from both your workspace and Meta’s system.Path Parameters
Response
Success (200 OK)
Not Found (404)
What Happens on Deletion?
1
Job Dispatched
A background job
DeleteTemplateInApiProvider is queued2
Meta Deletion
The template is deleted from Meta’s WhatsApp Business API
3
Local Deletion
The template is removed from your workspace database
Example Usage
cURL
JavaScript
Python
Before Deleting
Check Usage
Verify if the template is currently being used in active campaigns
Backup Data
Save template configuration if you might need it later
Consider Alternatives
Could you update instead of delete? Use Update Template
Test First
Test deletion on non-production templates first
Important Notes
Async ProcessingDeletion from Meta happens in the background. The local database entry is removed immediately, but Meta deletion may take a few seconds.
Related Endpoints
- Get Template - View template details before deletion
- Get Templates - List all templates to find the one to delete
- Update Template - Alternative to deletion
Error Scenarios
Bulk Deletion Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.