action avaza_timesheet_timer_stop_timer { label: "Stop the timer running on an existing Timesheet Entry" provider: avaza method: DELETE path: "/api/TimesheetTimer/{id}" encoding: json input: { type: "object" properties: { UserID: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }