action zoomconnect_delete_api_rest_v1_templates_template_id { label: "delete" description: "Deletes a template" provider: zoomconnect method: DELETE path: "/api/rest/v1/templates/{templateId}" encoding: json input: { type: "object" properties: { templateId: { type: "string" } } required: ["templateId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }