Products > Categories > categoriesDelete
Commerce APIProductsCategoriescategoriesDelete
categoriesDelete
DELETE:categories.json

Description

Delete a bunch of categories with given ids.

Permission bit: "categories.delete"

Topic: Categories

Arguments

ids: [String!]!

List of category ids. See also: Unique Identifiers

Example: ["ca_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module