---
title: "Delete a publisher"
method: DELETE
path: "/publishers/{publisherId}"
tags: ["Publishers"]
---

# Delete a publisher

`DELETE /publishers/{publisherId}`

## Path parameters

- `publisherId` string, required

## Response `204`

Publisher deleted successfully

## Other responses

- `404` — Publisher not found
- `500` — Internal server error

---

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