cURL
curl --request DELETE \ --url https://api.buildwithchirp.com/v1/organization/whatsapp/templates/{templateId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a WhatsApp message template. This will also delete the template from Meta.
Admin API key (format: sk_admin_*) for organization-level operations
Template ID
"tmpl_wa_abc123"
Template deleted successfully