---
title: "Delete products"
method: POST
path: "/api/public/product/delete/{promptBlockId}"
tags: ["Product"]
---

# Delete products

`POST /api/public/product/delete/{promptBlockId}`

Delete products by their external IDs. This endpoint only deletes products.

## Path parameters

- `promptBlockId` string, required

## Headers

- `x-api-key` string, required

## Request body

- object[]
  - `external_id` string, required — External ID of product to delete

## Response `201`

Products deleted successfully.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.

---

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