Skip to main content

CollectionDelete

Deletes a collection.

Requires MANAGE_PRODUCTSpermission.
type CollectionDelete {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}

Fields

CollectionDelete.collectionErrors ● [CollectionError!]! deprecated non-null object products

DEPRECATED

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

CollectionDelete.errors ● [CollectionError!]! non-null object products

CollectionDelete.collection ● Collection object products

Returned By

collectionDelete mutation