action waterlinked_poi_delete { label: "Delete poi" provider: waterlinked method: DELETE path: "/api/v1/poi/{ID}" encoding: json input: { type: "object" properties: { ID: { type: "string" } } required: ["ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }