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