Skip to main content
DELETE
/
{business_account_id}
/
message_templates
Delete message template
curl --request DELETE \
  --url https://api.kapso.ai/meta/whatsapp/v23.0/{business_account_id}/message_templates \
  --header 'X-API-Key: <api-key>'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Project API key for authentication. This is the recommended authentication method.

Get your API key from the Kapso dashboard under Project Settings > API Keys.

Path Parameters

business_account_id
string
required

WhatsApp Business Account ID

Query Parameters

name
string

Template name to delete (use this OR hsm_id)

hsm_id
string

Template ID to delete (use this OR name)

Response

Template deleted successfully

success
boolean
Example:

true