Delete template
DELETE /api/v1/partner/email/templates/:idRemoves 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_idstill returns the originaltemplate_idfor past sends.