action avaza_section_delete { label: "Delete a Section" provider: avaza method: DELETE path: "/api/Section" encoding: json input: { type: "object" properties: { SectionID: { type: "string" } } required: ["SectionID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }