Skip to main content

CollectionDelete Object

Deletes a collection.

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

Fields

errors ● [CollectionError!]!

collection ● Collection

Show deprecatedHide deprecated

collectionErrors ● [CollectionError!]!

DEPRECATED

Use errors field instead.

Returned By

collectionDelete mutation