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
| Name | In | Notes |
|---|---|---|
id required | path | The template id. |
Responses
| Status | Meaning |
|---|---|
204 | Deleted |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the template:write scope |
404 | No such template |
Every response body is described in the OpenAPI spec, which this page is generated from.