---
title: "Unpublish (delete) a specific version of a node"
method: DELETE
path: "/publishers/{publisherId}/nodes/{nodeId}/versions/{versionId}"
tags: ["Versions"]
---

# Unpublish (delete) a specific version of a node

`DELETE /publishers/{publisherId}/nodes/{nodeId}/versions/{versionId}`

## Path parameters

- `publisherId` string, required
- `nodeId` string, required
- `versionId` string, required

## Response `204`

Version unpublished (deleted) successfully

## Other responses

- `403` — Version does not belong to the publisher
- `404` — Version not found
- `500` — Version not found

---

[API](https://skmtc.net/comfy-org/apis/comfy-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfy-api/revisions/fb3c490f87ef/schema)
