Skip to main content
POST
Products Delete
Use this endpoint to delete one or more products from your PIC product library.
This action is destructive and cannot be undone.

Request body params

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[] }.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Body

application/json

API id based requests (import/remove/sync)

ids
string[]
required

Response

200 - application/json

Ok

successIds
string[]
required
failureIds
string[]
required