Templates
Delete Template
Delete an edit template.
Permanently deletes the edit template identified by template_id. Returns
204 on success, or 404 if no template with that id exists.
DELETE
Delete an
EditTemplate by ID. Existing Edit records that referenced this template are preserved but new calls to POST /v1/edits with this template id will return 404.