---
title: "Delete Template Endpoint"
method: DELETE
path: "/api/v1/remy/templates/{template_id}"
tags: ["remy", "remy"]
---

# Delete Template Endpoint

`DELETE /api/v1/remy/templates/{template_id}`

Delete one of this user's own templates. Global templates can't be deleted here.

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
