from retab import Retabclient = Retab()client.edits.templates.delete("edittplt_abc123")
No Content
Templates
Delete Template
DELETE
/
v1
/
edits
/
templates
/
{template_id}
from retab import Retabclient = Retab()client.edits.templates.delete("edittplt_abc123")
No Content
Delete an EditTemplate by ID. Existing Edit records that referenced this template are preserved but new calls to POST /v1/edits/templates/fill with this id will return 404.
from retab import Retabclient = Retab()client.edits.templates.delete("edittplt_abc123")