---
title: "删除产品"
method: DELETE
path: "/v3/product/{id}"
tags: ["产品"]
---

# 删除产品

`DELETE /v3/product/{id}`

根据产品 ID 删除产品

## Path parameters

- `id` integer, required

## Response `204`

No Content

## Other responses

- `400` — 请求参数错误
- `401` — 未授权
- `403` — 禁止访问
- `500` — 服务器内部错误

---

[API](https://skmtc.net/kweaver-ai/apis/agent-factory-api.md) · [All operations](https://skmtc.net/kweaver-ai/apis/agent-factory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kweaver-ai/agent-factory-api/revisions/94c8acc695b9/schema)
