---
title: "Delete node template"
method: DELETE
path: "/v2/node_templates/{id}"
tags: ["Node Templates"]
---

# Delete node template

`DELETE /v2/node_templates/{id}`

Delete a node template. The template must not be in use by any capacity.

## Path parameters

- `id` string, required

## Response `204`

Node template deleted successfully

## Other responses

- `400` — Node template cannot be deleted (in use by a capacity)
- `401` — Unauthorized request
- `404` — Node template not found
- `500` — Internal server error

## Changes

- **2026-02-10** `e161bba8bfda` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/changes/v2/node_templates/:id/delete.md)

---

[API](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation.md) · [All operations](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sfcompute/san-francisco-compute-documentation/revisions/e161bba8bfda/schema)
