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 API endpoint deletes a specified workflow template, but does not stop any workflows that are currently running."],["The `name` parameter, which is a required string, specifies the unique resource name of the workflow template being deleted, following a specific format."],["The `version` parameter, which is optional, allows the user to specify a specific version of the workflow template to be deleted."],["The request body for this API must be empty, with the successful response also being an empty JSON object."],["Deleting a workflow template requires the `dataproc.workflowTemplates.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]