cURL
curl --request DELETE \ --url https://api.buildwithchirp.com/v1/whatsapp/templates/{templateId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a WhatsApp message template. This permanently deletes the template from Meta, which will affect ALL apps that have this template linked. The template cannot be recovered after deletion.
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
Template ID
"tmpl_wa_abc123"
Template deleted successfully