Skip to main content
DELETE
/
templates
/
{id}
Delete template
curl --request DELETE \
  --url https://app.harmonica.chat/api/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.

Path Parameters

id
string<uuid>
required

Response

Template deleted

success
boolean
required