- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Deletes a specific AzureCluster
resource.
Fails if the cluster has one or more associated AzureNodePool
resources.
If successful, the response contains a newly created Operation
resource that can be described to track the status of the operation.
HTTP request
DELETE https://{endpoint}/v1/{name=projects/*/locations/*/azureClusters/*}
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name the
See Resource Names for more details on Google Cloud Platform resource names. |
Query parameters
Parameters | |
---|---|
allowMissing |
If set to true, and the Useful for idempotent deletion. |
validateOnly |
If set, only validate the request, but do not actually delete the resource. |
etag |
The current etag of the Allows clients to perform deletions through optimistic concurrency control. If the provided etag does not match the current etag of the cluster, the request will fail and an ABORTED error will be returned. |
ignoreErrors |
Optional. If set to true, the deletion of |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
gkemulticloud.azureClusters.delete
For more information, see the IAM documentation.