/
Delete the product by UUID
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}}"
}]
}
, multiple selections available,
Related content
Delete the brand by UUID
Delete the brand by UUID
More like this
Delete the collection by UUID
Delete the collection by UUID
More like this
Mass removal of brands
Mass removal of brands
More like this
Mass removal of collections
Mass removal of collections
More like this
Get product by UUID (without shared)
Get product by UUID (without shared)
More like this