Authorization requires the following IAM permission on the specified resource name:
edgecontainer.nodePools.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 2023-12-21 UTC."],[[["This webpage documents how to delete a single NodePool using the specified HTTP DELETE request to the provided URL."],["The `name` path parameter is a required string specifying the resource name of the node pool, with a corresponding IAM permission required for authorization."],["The `requestId` query parameter is an optional unique identifier, limited to 36 ASCII characters, that makes the delete request idempotent if provided."],["The request body must be empty, as there are no parameters needed in the body for this request."],["A successful request returns an Operation instance, and the necessary OAuth scope for this operation is `https://www.googleapis.com/auth/cloud-platform`."]]],[]]