For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{projectId}/regions/{region}/workflowTemplates/{template_id}
For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{projectId}/locations/{location}/workflowTemplates/{template_id}
Authorization requires the following IAM permission on the specified resource name:
dataproc.workflowTemplates.delete
Query parameters
Parameters
version
integer
Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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 2025-02-27 UTC."],[[["This endpoint is used to delete a workflow template, identified by its resource name, but it will not interrupt or cancel any workflows that are currently in progress."],["The `name` path parameter is mandatory and must include the project ID, region, and template ID, all formatted as defined by Google Cloud resource name standards."],["An optional `version` query parameter is available, enabling the conditional deletion of a template only if its server version matches the provided number."],["The request body for deleting a workflow template must be left empty, and a successful operation will return an empty JSON object in the response body."],["To successfully delete a workflow template, you must have the `dataproc.workflowTemplates.delete` IAM permission on the specified resource and utilize the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]