/
Delete the collection by UUID

Delete the collection by UUID

Method: DELETE

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

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

Body:

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

CURL:

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

Related content

Mass removal of collections
Mass removal of collections
More like this
Delete the product by UUID
Delete the product by UUID
More like this
Delete the brand by UUID
Delete the brand by UUID
More like this
Update the collection by UUID
Update the collection by UUID
More like this
Update the collection visibility by UUID
Update the collection visibility by UUID
More like this
Mass removal of products
Mass removal of products
More like this