Delete Template
DELETE/print-mail/v1/templates/{id}
Delete a template by ID. Note that this operation cannot be undone.
Delete Template
curl https://api.postgrid.com/print-mail/v1/templates/$ID \
-X DELETE \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"id": "template_sqF12lZ1VlBb",
"deleted": true,
"object": "template"
}Returns Examples
{
"id": "template_sqF12lZ1VlBb",
"deleted": true,
"object": "template"
}