action patientview_log_out { label: "Log Out" description: "Log Out" provider: patientview method: DELETE path: "/auth/logout/{token}" encoding: json input: { type: "object" properties: { token: { type: "string" } } required: ["token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }