Skip to main content

CollectionBulkDelete Object

Deletes collections.

Requires the MANAGE_PRODUCTSpermission.
type CollectionBulkDelete {
count: Int!
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}

Fields

count ● Int!

Returns how many objects were affected.

errors ● [CollectionError!]!

Show deprecated

Returned By

collectionBulkDelete mutation