Skip to main content
Version: 3.x

collectionDelete

Deletes a collection.

Requires MANAGE_PRODUCTSpermission.
collectionDelete(
id: ID!
): CollectionDelete

Arguments

collectionDelete.id ● ID! non-null scalar

ID of a collection to delete.

Type

CollectionDelete object

Deletes a collection.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?