---
title: "Deletes a users template"
method: POST
path: "/templates/delete"
tags: ["templates"]
---

# Deletes a users template

`POST /templates/delete`

Deletes a template in the User’s Account

## Request body

- object
  - `uid` string — The UID of the logged-in user
  - `template_id` integer — the ID of the template to delete

## Response `200`

successful deletion

- object
  - `status` string

---

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