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