cURL
curl --request DELETE \ --url https://api.example.com/v1/templates/{id}
Delete a template.
curl -X DELETE https://www.unosend.co/api/v1/templates/tpl_abc123 \ -H "Authorization: Bearer un_xxxxxxxxxx"
{ "id": "tpl_abc123", "deleted": true }