Products > Brands > brandsDelete
Commerce APIProductsBrandsbrandsDelete
brandsDelete
DELETE:brands.json

Description

Delete a bunch of brands with given ids.

Permission bit: "brands.delete"

Topic: Brands

Arguments

ids: [String!]!

List of brand ids. See also: Unique Identifiers

Example: ["br_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module