Skip to main content

Check Product Brands Deletable

POST 

/api/product-brands/deletable

Checks whether each of the given product brand IDs can be safely deleted. A brand is not deletable if products are linked to it.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Validation:

  • ids (required, array of integers, each must exist in product_brands table)
  • ids.* (integer)

Request

Responses

OK

Response Headers
    Content-Type