Skip to main content
DELETE
/
v1
/
edits
/
templates
/
{template_id}
from retab import Retab

client = 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 with this template id will return 404.
from retab import Retab

client = Retab()
client.edits.templates.delete("edittplt_abc123")
No Content

Authorizations

Api-Key
string
header
required

Path Parameters

template_id
string
required

Response

Successful Response