Skip to main content
DELETE
/
v1
/
templates
/
{templateId}
Delete Template
curl --request DELETE \
  --url https://api.zavu.dev/v1/templates/{templateId} \
  --header 'Authorization: Bearer <token>'
(empty response)
Permanently delete a message template.

Path Parameters

templateId
string
required
The template identifier (e.g., tpl_abc123)

Response

Returns 204 No Content on success.
(empty response)

Example

curl -X DELETE https://api.zavu.dev/v1/templates/tpl_abc123 \
  -H "Authorization: Bearer zv_live_xxx"
This action is irreversible. Deleting a template does not affect messages that were already sent using it.