Delete products by their external IDs. This endpoint only deletes products.
Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
promptBlockId | string | Yes | Product block ID |
| Field | Type | Required | Description |
|---|---|---|---|
external_id | string | Yes | External ID of product to delete |
| Status Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Product block not found |
| 500 | Internal Server Error |
API key needed to authorize the request
The prompt block ID from which to delete the products
The payload with external IDs of products to delete
1External ID of product to delete
1Products deleted successfully.