Permanently delete a message template.
Path Parameters
The template identifier (e.g., tpl_abc123)
Response
Returns 204 No Content on success.
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.