action pdfgeneratorapi_delete_template { label: "Delete template" description: "Deletes the template from workspace" provider: pdfgeneratorapi method: DELETE path: "/templates/templateId" encoding: json input: { type: "object" properties: { templateId: { type: "integer" } } required: ["templateId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }