Skip to main content

clusterConfigRemoveSetting

Remove a cluster configuration setting identified by numeric configuration identifier and setting identifier.

Possible errors:

  • CLUSTER_CONFIG_NOT_FOUND: The supplied configuration identifier did not match any cluster configuration.

AUTH: Role=[product.OWNER]

clusterConfigRemoveSetting(
clusterConfigId: Int!
settingId: Int!
): Boolean!

Arguments

clusterConfigRemoveSetting.clusterConfigId ● Int! non-null scalar

Numeric identifier of the cluster configuration that owns the setting.

clusterConfigRemoveSetting.settingId ● Int! non-null scalar

Numeric identifier of the setting to remove.

Type

Boolean scalar

The Boolean scalar type represents true or false.