---
title: "Delete a node from the registry"
method: DELETE
path: "/registry/nodes/{identity}"
tags: ["Splinter Registry"]
---

# Delete a node from the registry

`DELETE /registry/nodes/{identity}`

This endpoint can be used to remove a node from the registry.

This endpoint requires the permission "registry.write".

## Path parameters

- `identity` string, required

## Headers

- `Authorization` string, required
- `SplinterProtocolVersion` integer

## Response `200`

The node has been deleted from the registry

## Other responses

- `401` — The client is unauthorized
- `404` — The node was not found
- `500` — An internal server error occurred

---

[API](https://skmtc.dev/cargill/apis/splinterd-api.md) · [All operations](https://skmtc.dev/cargill/apis/splinterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cargill/splinterd-api/revisions/38a272c24bd9/schema)
