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-06-20 UTC."],[[["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is mandatory and must include the project ID, region, and template ID, all formatted as defined by Google Cloud resource name standards.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eversion\u003c/code\u003e query parameter is available, enabling the conditional deletion of a template only if its server version matches the provided number.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully delete a workflow template, you must have the \u003ccode\u003edataproc.workflowTemplates.delete\u003c/code\u003e IAM permission on the specified resource and utilize the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,[]]