---
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

## Changes

- **2024-06-14** `e31c2cf0f0fb` — 2 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
- **2024-05-23** `9d088b2401a5` — 2 info
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/comfy-org/apis/comfy-api/changes/publishers/:publisherId/nodes/:nodeId/versions/:versionId/delete.md)

---

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