action enode_delete_charginglocations_charginglocationid { label: "Delete Charging Location" description: "Delete a Charging Location" provider: enode method: DELETE path: "/charging-locations/{chargingLocationId}" encoding: json input: { type: "object" properties: { chargingLocationId: { type: "string" } } required: ["chargingLocationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }