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

# Delete Template V1

> Delete a tenant-owned template. Built-in names cannot be deleted (404)…

Delete a tenant-owned template.

Built-in names cannot be deleted (404). Existing jobs that referenced
the template by name continue to work — the `template` column is
informational, not a foreign key.

### Path parameters

<ParamField path="name" type="string" required />

### Response

No response body. Successful Response.

### Status codes

| Code  | Meaning             |
| ----- | ------------------- |
| `204` | Successful Response |
| `422` | Validation Error    |

<RequestExample>
  ```bash cURL theme={null}
  curl --request DELETE \
    --url 'https://api.computer.stateset.app/api/v1/templates/{name}' \
    --header 'X-API-Key: YOUR_API_KEY'
  ```
</RequestExample>
