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

Authorizations

Authorization
string
header
required

App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations

Path Parameters

templateId
string
required

Template ID

Example:

"tmpl_wa_abc123"

Response

Template deleted successfully

success
boolean
required