Skip to main content
Version: 3.x

collectionBulkDelete

Deletes collections.

Requires MANAGE_PRODUCTSpermission.
collectionBulkDelete(
ids: [ID!]!
): CollectionBulkDelete

Arguments

collectionBulkDelete.ids ● [ID!]! non-null scalar

List of collection IDs to delete.

Type

CollectionBulkDelete object

Deletes collections.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?