action edrv_delete_charge_station { label: "deleteChargeStation" description: "Use to delete a charge station" provider: edrv method: DELETE path: "/v1/chargestations/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }