Skip to main content
DELETE
/
v1
/
organization
/
whatsapp
/
templates
/
{templateId}
/
apps
/
{appId}
cURL
curl --request DELETE \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/templates/{templateId}/apps/{appId} \
  --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

The template ID to unlink

Example:

"wht_abc123"

appId
string
required

The app ID to unlink from

Example:

"app_abc123"

Response

Template unlinked successfully

success
boolean
required