Skip to main content

collectionDelete Mutation

Deletes a collection.

Requires the MANAGE_PRODUCTSpermission.
collectionDelete(
id: ID!
): CollectionDelete
Details
type CollectionDelete {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}

Arguments

id ● ID!

ID of a collection to delete.

Type

CollectionDelete

Deletes a collection.

Requires the MANAGE_PRODUCTSpermission.