cURL
curl --request DELETE \ --url https://api-v2.production.higg.org/pic-api/v1/material-library/remove-material \ --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[] }
Ok