Deletes the batch workload resource. If the batch is not in a CANCELLED, SUCCEEDED or FAILEDState, the delete operation fails and the response returns FAILED_PRECONDITION.
[[["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-05-01 UTC."],[[["This page documents the process for deleting a batch workload resource via an HTTP DELETE request to the specified URL."],["A successful deletion results in an empty response body, but the batch must be in a `CANCELLED`, `SUCCEEDED`, or `FAILED` state or the request will fail."],["The URL includes path parameters, specifically a `name` parameter which requires the full batch resource name."],["The request body for this operation must be empty."],["Deleting a batch requires the `dataproc.batches.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]