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