Delete template
Permanently delete a message template by name.
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
Template name
Query Parameters
WhatsApp social account ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://zernio.com/api/v1/whatsapp/templates/string?accountId=string"{
"success": true,
"message": "Template \"order_confirmation\" deleted successfully"
}{
"error": "Unauthorized"
}{
"error": "Not found"
}Update template PATCH
Update a message template's components. Only certain fields can be updated depending on the template's current approval state. Approved templates can only have components updated.
Bulk send template messages POST
Send a template message to multiple recipients in a single request. Maximum 100 recipients per request. Only template messages are supported for bulk sending (not free-form text). Each recipient can have optional per-recipient template variables for personalization. Returns detailed results for each recipient.