Delete Session
DELETE/print-mail/v1/template_editor_sessions/{id}
Delete a Template Editor Session by ID.
Delete Session
curl https://api.postgrid.com/print-mail/v1/template_editor_sessions/$ID \
-X DELETE \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"id": "template_editor_session_vmb3aXRJFzHb4oNRP2XMUZiTTBDtC91CSgQeqUrQfhSqq5P9wAGpmX5UkftueTubMN",
"object": "template_editor_session",
"deleted": true
}Returns Examples
{
"id": "template_editor_session_vmb3aXRJFzHb4oNRP2XMUZiTTBDtC91CSgQeqUrQfhSqq5P9wAGpmX5UkftueTubMN",
"object": "template_editor_session",
"deleted": true
}