DELETE

Delete Brand


Deletes a brand.

Note: Deleting a brand doesn't modify the products that reference it. The product's brand.id is left unchanged, becomes a dangling reference, and resolves to nothing on read which makes the product appear unbranded. To keep products on a different brand after deletion, reassign each product to the kept brand by calling Update Product (or Bulk Update Products) with product.brand.id set to the kept brand's id before calling Delete Brand. For the full reassign-then-delete pattern, see the brands sample flows.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Brand write in v3 catalog
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/stores/v3/brands/{brandId}

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?