Skip to main content

clusterOptionDelete

Remove a cluster option from a cluster.

The option must belong to the supplied cluster. The products selectable for the option are detached automatically but remain in the catalogue.

Possible errors:

  • CLUSTER_OPTION_NOT_FOUND: The supplied option identifier did not match any cluster option, or the option does not belong to the supplied cluster.

AUTH: Role=[product.OWNER]

clusterOptionDelete(
clusterId: Int!
optionId: Int!
): Boolean!

Arguments

clusterOptionDelete.clusterId ● Int! non-null scalar

Numeric identifier of the cluster the option belongs to.

clusterOptionDelete.optionId ● Int! non-null scalar

Numeric identifier of the cluster option to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.