cURL
curl --request POST \ --url https://api-v2.production.higg.org/pic-api/v1/products/delete \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-developer-request-token: <api-key>' \ --data ' { "ids": [ "<string>" ] } '
{ "successIds": [ "<string>" ], "failureIds": [ "<string>" ] }
ids
Array<string>
{ successIds: string[], failureIds: string[] }
API id based requests (import/remove/sync)
Ok