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 2024-09-04 UTC."],[[["This endpoint allows the deletion of a specific NodePool using a DELETE HTTP request."],["The resource name of the NodePool to be deleted is specified in the `name` path parameter within the URL."],["The request requires a `requestId` query parameter for idempotency and the body of the request must be empty."],["Successful deletion returns an Operation instance as the response, indicating the status of the deletion process."],["Authorization for this request requires the `edgecontainer.nodePools.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]