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