Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "data": [{
    "type": "products",
    "id": "{{PRODUCT_UUID}}"
  }]
}
Expand
titleRequest example

CURL:

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