pub async fn delete_node_pool(
configuration: &Configuration,
cluster_id: &str,
pool_id: &str,
provider: Option<&str>,
) -> Result<(), Error<DeleteNodePoolError>>Expand description
Removes a node pool from one of the caller org’s clusters. The owner scopes the delete to the caller’s tenant; provider+clusterId drive the provider-side removal. Answers 204.