Delete the product by UUID

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}}" }] }

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>" } }'
200

Â