action sakari_templates_remove { label: "Deletes a template" provider: sakari method: DELETE path: "/v1/accounts/{accountId}/templates/{templateId}" encoding: json input: { type: "object" properties: { templateId: { type: "string" } } required: ["templateId"] additionalProperties: false } output: { type: "object" properties: { success: { type: "boolean" } } } }