Skip to main content
Version: 3.x

CategoryDelete

Deletes a category.

Requires MANAGE_PRODUCTSpermission.
type CategoryDelete {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}

Fields

CategoryDelete.productErrors ● [ProductError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CategoryDelete.errors ● [ProductError!]! non-null object

CategoryDelete.category ● Category object

Returned by

categoryDelete mutation


Was this page helpful?