Templates

Delete a template

DELETE/v1/templates/{id}requires template:write

Requestcurl -X DELETE https://api.transmit.dev/v1/templates/{id} \
  -H "Authorization: Bearer tr_v2_…"

Parameters

NameInNotes
id requiredpathThe template id.

Responses

StatusMeaning
204Deleted
401The API key is missing, malformed, expired or revoked
403The API key lacks the template:write scope
404No such template

Every response body is described in the OpenAPI spec, which this page is generated from.