Delete a specific template version.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/{domain_name}/templates/{template_name}/versions/{version_name}
- EU Mailgunhttps://api.eu.mailgun.net/v3/{domain_name}/templates/{template_name}/versions/{version_name}
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/{domain_name}/templates/{template_name}/versions/{version_name}'Response
- github.com-mailgun-temple-httpapi-versionUpdate
- null
{ "message": "version has been deleted", "template": { "name": "template_name", "version": { … } } }