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-08-06 UTC."],[[["This API endpoint allows the deletion of an order using a DELETE HTTP request to a specified URL."],["The request requires a `name` path parameter to identify the order to be deleted, following the format `projects/{project}/locations/{location}/orders/{order}`."],["Optional query parameters, `requestId` and `force`, can be included to provide a unique identifier and manage nested resource deletion, respectively."],["The request body must be empty for this operation to process."],["Successful deletion of an order will return an `Operation` response, and it requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.orders.delete`."]]],[]]