clusterOptionDelete
Permanently delete a cluster option.
Removes the cluster option and all associated data. This action cannot be undone and will affect any products or orders that reference this option.
Possible errors:
- DELETE_CLUSTER_OPTION_ERROR: Failed to delete the cluster option
AUTH: Role=[product.OWNER]
clusterOptionDelete(
clusterId: Int!
optionId: Int!
): Boolean!
Arguments
clusterOptionDelete.clusterId
● Int!
non-null scalar
Unique identifier of the cluster containing the option.
Must be a valid cluster ID that exists in the system.
clusterOptionDelete.optionId
● Int!
non-null scalar
Unique identifier of the cluster option to delete.
Must be a valid option ID that belongs to the specified cluster.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.