---
title: "Delete node"
method: DELETE
path: "/v1/nodes/{id}"
tags: ["Nodes"]
---

# Delete node

`DELETE /v1/nodes/{id}`

Delete a node by id. The node cannot be deleted if it has active or pending VMs.

## Path parameters

- `id` string, required

## Response `204`

Node deleted successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — Node not found
- `500` — Internal server error

---

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