Check 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.
Authentication: Requires Bearer token.
Validation:
ids(required, array of integers, each must exist in product_brands table)ids.*(integer)
Request
Responses
- 200
Successful response