Skip to main content

clusterConfigSettingDelete

Remove a cluster configuration setting identified by global identifier.

Possible errors:

  • CLUSTER_CONFIG_NOT_FOUND: The setting or its parent configuration could not be located.

AUTH: Role=[product.OWNER]

clusterConfigSettingDelete(
uuid: String!
): Boolean!

Arguments

clusterConfigSettingDelete.uuid ● String! non-null scalar

Global identifier of the setting to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.