Authorization requires the following IAM permission on the specified resource name:
edgecontainer.clusters.delete
Query parameters
Parameters
requestId
string
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if requestId is provided.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-05 UTC."],[[["This webpage documents how to delete a single cluster using the `DELETE` HTTP method with a specific URL endpoint."],["The request requires a `name` path parameter to identify the cluster to be deleted and needs specific IAM authorization permissions."],["An optional `requestId` query parameter can be included to ensure the idempotency of the request."],["The request body must be empty for the delete operation."],["A successful request will return an `Operation` response body, and it requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]