clusterDelete
Remove a cluster from the catalogue.
Products attached to the cluster are detached automatically. Cluster options that exist only inside the cluster are removed alongside it.
Possible errors:
- CLUSTER_NOT_FOUND: The supplied identifier did not match any cluster.
AUTH: Role=[product.OWNER]
clusterDelete(
id: Int!
): Boolean!
Arguments
clusterDelete.id ● Int! non-null scalar
Numeric identifier of the cluster to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.