clusterConfigDelete
Remove a cluster configuration template from the catalogue.
A configuration cannot be deleted while it is still bound to one or more clusters.
Possible errors:
- CLUSTER_CONFIG_NOT_FOUND: The supplied identifier did not match any cluster configuration.
- CLUSTER_CONFIG_IN_USE: The cluster configuration is still bound to one or more clusters and cannot be deleted.
AUTH: Role=[product.OWNER]
clusterConfigDelete(
id: Int!
): Boolean!
Arguments
clusterConfigDelete.id ● Int! non-null scalar
Numeric identifier of the cluster configuration to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.