Products Delete
Products
Delete Products
POST
Products Delete
Use this endpoint to delete one or more products from your PIC product library.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
Request body params
| Name | Type | Description |
|---|---|---|
ids | Array<string> | [REQUIRED] An array of unique product IDs to be deleted. |
Implementation Details
- Bulk Operation: This endpoint handles bulk deletions. It returns a response indicating which IDs were successfully deleted and which failed.
- Response Format: Returns
{ successIds: string[], failureIds: string[] }.

