---
title: "Ban a publisher's Node"
method: POST
path: "/publishers/{publisherId}/nodes/{nodeId}/ban"
---

# Ban a publisher's Node

`POST /publishers/{publisherId}/nodes/{nodeId}/ban`

## Path parameters

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

## Response `204`

Node Banned Successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Publisher or Node not found
- `500` — Internal server error

## Changes

- **2024-06-14** `e31c2cf0f0fb` — 1 info
  - endpoint added
- **2024-05-23** `9d088b2401a5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfy-api/changes/publishers/:publisherId/nodes/:nodeId/ban/post.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)
