> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfycontrol.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Template

> Permanently delete a template

## Overview

Permanently delete a template from your account. This action cannot be undone.

<Warning>
  Deleting a template is permanent. Workflows created from this template will not be affected, but you won't be able to reuse the template for new workflows.
</Warning>

## Path Parameters

<ParamField path="id" type="string" required>
  The unique identifier (UUID) of the template to delete.
</ParamField>

## Response

Returns a 200 OK status with no body on successful deletion.

## Example Response

```
Status: 200 OK
```

## Error Responses

<ResponseField name="401" type="error">
  Unauthorized - invalid or missing authentication token.
</ResponseField>

<ResponseField name="404" type="error">
  Not Found - template with the specified ID does not exist or does not belong to your account.
</ResponseField>

## Notes

* This action is permanent and cannot be undone
* Workflows previously created from this template remain unaffected
* After deletion, you can create a new template with the same name if needed
* The template count toward your tier limit is reduced after deletion
