client.clusters.delete_kubernetes_partitions
A method of the Clusters endpoint.
- delete_kubernetes_partitions(id: int, cluster_partition_id: int) Response
Delete a Cluster Partition
API URL:
DELETE /clusters/kubernetes/{id}/partitions/{cluster_partition_id}import civis client = civis.APIClient() response = client.clusters.delete_kubernetes_partitions(...)
- Parameters:
- idint
The ID of the cluster which this partition belongs to.
- cluster_partition_idint
The ID of this cluster partition.
- Returns:
- None
Response code 204: success