Mass removal of products

Please do not forget that you can use mass removal within 1 collection.

Method: DELETE

URL: https://pim-client.wizart.ai/api/v2/collection/:collectionUuid/articles

Headers: Accept: application/json, Content-Type: applicaton/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…

Body:

{ "data":[ { "type": "products", "id": "{{PRODUCT_UUID_1}}" }, { "type": "products", "id": "{{PRODUCT_UUID_2}}" } ] }

CURL:

curl --location --request DELETE 'https://pim-client.wizart.ai/api/v2/collection/:collectionUuid/articles/' \ --header 'Authorization: Bearer <token>' \ --data '{ "data": { "type": "<string>", "id": "<string>" } }'
{ "message": "ok" }