action uebermaps_delete_events_id { label: "Delete event" description: "Delete event." provider: uebermaps method: DELETE path: "/events/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }