Delete the brand by UUID

Method: DELETE

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

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

Body:

{ "data": { "type": "brands", "id": "{{BRAND_UUID}}" } }

CURL:

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