Skip to Content
API ReferenceTemplatesDelete template

Delete template

DELETE /api/v1/partner/email/templates/:id

Removes the template + its name alias. In-flight /send-template calls referencing this template by name return 404 TEMPLATE_NOT_FOUND after the delete commits.

cURL

curl -X DELETE \ https://apis.splashifypro.com/api/v1/partner/email/templates/tpl_550e8400-... \ -H "Authorization: Bearer $SPLASHIFY_API_KEY"

What this does NOT do

  • Does NOT recall already-queued sends that referenced this template.
  • Does NOT remove historical send records — GET /emails/:message_id still returns the original template_id for past sends.