---
title: "Delete account template"
method: DELETE
path: "/accounts/templates/{template_id}"
tags: ["Accounts"]
---

# Delete account template

`DELETE /accounts/templates/{template_id}`

Delete account template

## Path parameters

- `template_id` string, uuid, required

## Response `200`

Resource has been deleted

- DeleteResponse — Deleted object information
  - `id` string, uuid — Object ID
  - `resource` string — The resource name

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
