/
Mass removal of collections

Mass removal of collections

Method: DELETE

URL: https://pim-client.wizart.ai/api/v2.1/collections/

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

Body:

{ "data": [ { "type": "collections", "id": "{{COLLECTION_UUID}}" }, { "type": "collections", "id": "{{COLLECTION_UUID}}" } ] }

CURL:

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

Related content

Mass removal of products
Mass removal of products
More like this
Update the product visibility by UUID (without shared)
Update the product visibility by UUID (without shared)
Read with 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
STEP 2. Get default mapping CSV
STEP 2. Get default mapping CSV
Read with this