Skip to main content
DELETE
/
whatsapp_templates
/
{template_id}
Delete a WhatsApp template
curl --request DELETE \
  --url https://app.kapso.ai/api/v1/whatsapp_templates/{template_id} \
  --header 'X-API-Key: <api-key>'
{ "data": { "id": "template-123abc", "name": "old_promotion", "language_code": "en_US", "category": "MARKETING", "status": "removed", "business_account_id": "123456789012345", "created_at": "2024-01-10T10:00:00Z", "updated_at": "2024-01-15T14:30:00Z" } }

Documentation Index

Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key required for all endpoints

Path Parameters

template_id
string<uuid>
required

Response

Template deleted successfully (returns updated template with removed status)

data
object