Skip to main content

collectionBulkDelete Mutation

Deletes collections.

Requires the MANAGE_PRODUCTSpermission.
collectionBulkDelete(
ids: [ID!]!
): CollectionBulkDelete
Details
type CollectionBulkDelete {
count: Int!
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}

Arguments

ids ● [ID!]!

List of collection IDs to delete.

Type

CollectionBulkDelete

Deletes collections.

Requires the MANAGE_PRODUCTSpermission.