Skip to main content
DELETE
/
v1
/
organization
/
whatsapp
/
templates
/
{templateId}
cURL
curl --request DELETE \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/templates/{templateId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Path Parameters

templateId
string
required

Template ID

Example:

"tmpl_wa_abc123"

Response

Template deleted successfully

success
boolean
required