whatsapp
Delete template
Permanently delete a message template by name.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
templateNamestring
Template name
Query Parameters
accountIdstring
WhatsApp social account ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/whatsapp/templates/string?accountId=string"{
"success": true,
"message": "Template \"order_confirmation\" deleted successfully"
}Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}