Cluster

Delete a cluster

DEL
Delete a cluster.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the cluster belongs.
clusterIdstringRequired
The cluster's ID.
DEL
1curl -X DELETE https://api.astronomer.io/platform/v1beta1/organizations/organizationId/clusters/clusterId \
2 -H "Authorization: Bearer <token>"