Required. The name of the order. Format: projects/{project}/locations/{location}/orders/{order}
Query parameters
Parameters
requestId
string
Optional. An optional unique identifier for this request. See AIP-155.
force
boolean
Optional. An option to delete any nested resources in the Order, such as a HardwareGroup. If true, any nested resources for this Order will also be deleted. Otherwise, the request will only succeed if the Order has no nested resources.
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-10-10 UTC."],[[["This endpoint allows the deletion of an order using a `DELETE` HTTP request to the specified URL."],["The `name` parameter, which is a string representing the order's unique identifier, is required within the path of the URL."],["Optional query parameters `requestId` and `force` can be included, where `force` enables the deletion of nested resources, if set to true."],["The request body for deleting an order must be empty."],["Successful deletion returns an `Operation` instance, and it requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.orders.delete`."]]],[]]